Browse Source

更新 '.eslintrc.js'

Caner 3 years ago
parent
commit
4c56794cd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -9,7 +9,7 @@ module.exports = {
     sourceType: 'module'
   },
   extends: [
-    'plugin:vue/vue3-recommended',
+    'plugin:vue/recommended',
     'airbnb-base'
   ],
   rules: {