liujiayin 2 년 전
부모
커밋
6262e7ffd0
3개의 변경된 파일4개의 추가작업 그리고 23133개의 파일을 삭제
  1. 2 1
      jsconfig.json
  2. 1 23132
      package-lock.json
  3. 1 0
      package.json

+ 2 - 1
jsconfig.json

@@ -5,7 +5,8 @@
     "baseUrl": "./",
     "paths": {
       "@/*": ["src/*"]
-    }
+    },
+    "allowJs": true
   },
   "exclude": ["node_modules", "dist"]
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 23132
package-lock.json


+ 1 - 0
package.json

@@ -109,6 +109,7 @@
   },
   "devDependencies": {
     "@kazupon/vue-i18n-loader": "^0.5.0",
+    "@types/echarts": "^4.9.18",
     "@vue/cli-plugin-babel": "^4.5.4",
     "@vue/cli-plugin-eslint": "^4.5.4",
     "@vue/cli-plugin-router": "^4.5.4",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.