gaoshuaixing %!s(int64=4) %!d(string=hai) anos
pai
achega
b35876e34b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/.eslintrc.js

+ 1 - 1
frontend/.eslintrc.js

@@ -4,9 +4,9 @@ module.exports = {
     node: true
   },
   'extends': [],
+  "parser": "vue-eslint-parser",
   rules: {
     'no-console': 'off',
-    "parser": "vue-eslint-parser",
     "no-unused-vars":"off", //重要 var 变量为引入
     'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
     'generator-star-spacing': 'off',