diff --git a/.gitignore b/.gitignore index a547bf3..fd347d4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules dist dist-ssr *.local +package-lock.json # Editor directories and files .vscode/* @@ -22,3 +23,4 @@ dist-ssr *.njsproj *.sln *.sw? + diff --git a/package.json b/package.json index 9d73eb0..d3e0a4c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "axios": "^1.13.1", + "echarts": "^6.0.0", "tdesign-icons-vue-next": "^0.4.1", "tdesign-vue-next": "^1.17.1", "vue": "^3.5.22",