We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867c0af commit 475511eCopy full SHA for 475511e
docs/rules/no-import-compiler-macros.md
@@ -42,6 +42,12 @@ import { ref } from 'vue'
42
43
Nothing.
44
45
+## :books: Further Reading
46
+
47
+- [defineProps() & defineEmits()]
48
49
+[defineProps() & defineEmits()]: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits
50
51
## :mag: Implementation
52
53
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-import-compiler-macros.js)
0 commit comments