Skip to content

Commit 475511e

Browse files
committed
Update docs
1 parent 867c0af commit 475511e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/rules/no-import-compiler-macros.md

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ import { ref } from 'vue'
4242

4343
Nothing.
4444

45+
## :books: Further Reading
46+
47+
- [defineProps() & defineEmits()]
48+
49+
[defineProps() & defineEmits()]: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits
50+
4551
## :mag: Implementation
4652

4753
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-import-compiler-macros.js)

0 commit comments

Comments
 (0)