瀏覽代碼

🐛 fix: eslint

chuzhixin 2 年之前
父節點
當前提交
7e23d58095
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -15,6 +15,7 @@ module.exports = {
     'vue/no-v-html': 'off',
     'vue/multi-word-component-names': 'off',
     'vue/no-useless-template-attributes': 'off',
+    'vue/no-reserved-component-names': 'off',
   },
   parserOptions: {
     parser: 'babel-eslint',