Skip to content

vue/restricted-component-names

强制仅使用特定组件名称

¥enforce using only specific component names

📖 规则详情

此规则强制组件名称保持一致。

¥This rule enforces consistency in component names.

Now loading...

🔧选项

¥🔧 Options

json
{
  "vue/restricted-component-names": ["error", { 
    "allow": []
  }]
}

"allow: ['/^custom-/']"

Now loading...

👫相关规则

¥👫 Related Rules

🚀版本

¥🚀 Version

此规则是在 eslint-plugin-vue v9.32.0 中引入的

¥This rule was introduced in eslint-plugin-vue v9.32.0

🔍代码实现

¥🔍 Implementation

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