diff --git a/fe/package.json b/fe/package.json index 4ba553f..4d17d47 100644 --- a/fe/package.json +++ b/fe/package.json @@ -15,6 +15,7 @@ "element-plus": "^2.3.6", "pinia": "^2.0.36", "vue": "^3.3.2", + "vue-icons-plus": "^0.1.6", "vue-router": "^4.2.0" }, "devDependencies": { @@ -23,6 +24,7 @@ "eslint-plugin-vue": "^9.11.0", "unplugin-auto-import": "^0.16.4", "unplugin-vue-components": "^0.25.0", - "vite": "^4.3.5" + "vite": "^4.3.5", + "vue-tsc": "^2.1.6" } } diff --git a/fe/src/App.vue b/fe/src/App.vue index c42554e..fe49aba 100644 --- a/fe/src/App.vue +++ b/fe/src/App.vue @@ -1,31 +1,31 @@