Appearance
vue/no-import-compiler-macros
禁止导入 Vue 编译器宏
- 🔧 command line 上的
--fix
选项可以自动修复此规则报告的一些问题。
📖 规则详情
此规则禁止导入 vue 编译器宏。
¥This rule disallow importing vue compiler macros.
🔧选项
¥🔧 Options
无。
¥Nothing.
📚扩展阅读
¥📚 Further Reading
🚀版本
¥🚀 Version
此规则在 eslint-plugin-vue v10.0.0 中引入
¥This rule was introduced in eslint-plugin-vue v10.0.0
🔍代码实现
¥🔍 Implementation