Appearance
vue/no-deprecated-v-on-native-modifier 
禁止使用已弃用的
.native修饰符(在 Vue.js 3.0.0+ 中)
- ⚙️ 此规则包含在 "plugin:vue/essential"、*.configs["flat/essential"]、"plugin:vue/strongly-recommended"、*.configs["flat/strongly-recommended"]、"plugin:vue/recommended"和*.configs["flat/recommended"]中。
📖 规则详情 
此规则报告已弃用的 v-on 指令上已弃用的 .native 修饰符的使用情况(在 Vue.js 3.0.0+ 中)
¥This rule reports use of deprecated .native modifier on v-on directive (in Vue.js 3.0.0+)
🔧选项 
¥🔧 Options
无。
¥Nothing.
👫相关规则 
¥👫 Related Rules
📚扩展阅读 
¥📚 Further Reading
🚀版本 
¥🚀 Version
此规则在 eslint-plugin-vue v7.0.0 中引入
¥This rule was introduced in eslint-plugin-vue v7.0.0
🔍代码实现 
¥🔍 Implementation