Browse Source

修改eslint configText报错

aamin 1 year ago
parent
commit
22a9f3455a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -52,5 +52,6 @@ module.exports = {
     useSizeAdapt: true,
     defineProps: true,
     defineEmits: true,
+    configText: true,
   }
 }