Skip to content

vue/no-deprecated-v-is

禁止弃用的 v-is 指令(在 Vue.js 3.1.0+ 中)

  • ⚙️ 此规则包含在 "plugin:vue/essential"*.configs["flat/essential"]"plugin:vue/strongly-recommended"*.configs["flat/strongly-recommended"]"plugin:vue/recommended"*.configs["flat/recommended"] 中。

📖 规则详情

此规则报告 Vue.js v3.1.0+ 中已弃用的 v-is 指令。

¥This rule reports deprecated v-is directive in Vue.js v3.1.0+.

改用 带有 vue: 前缀的 is 属性

¥Use is attribute with vue: prefix instead.

Now loading...

👫相关规则

¥👫 Related Rules

📚扩展阅读

¥📚 Further Reading

🚀版本

¥🚀 Version

此规则在 eslint-plugin-vue v7.11.0 中引入

¥This rule was introduced in eslint-plugin-vue v7.11.0

🔍代码实现

¥🔍 Implementation

eslint-plugin-vue v10.0 中文网 - 粤ICP备13048890号