Appearance
vue/restricted-component-names
强制仅使用特定组件名称
¥enforce using only specific component names
📖 规则详情
此规则强制组件名称保持一致。
¥This rule enforces consistency in component names.
🔧选项
¥🔧 Options
json
{
"vue/restricted-component-names": ["error", {
"allow": []
}]
}
"allow: ['/^custom-/']"
👫相关规则
¥👫 Related Rules
🚀版本
¥🚀 Version
此规则是在 eslint-plugin-vue v9.32.0 中引入的
¥This rule was introduced in eslint-plugin-vue v9.32.0
🔍代码实现
¥🔍 Implementation