소스 검색

🐛 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',