diff --git a/package.json b/package.json index a3dc872..fafb153 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ }, "dependencies": { "@vuetify/vite-plugin": "^1.0.0-alpha.11", + "@mdi/font": "5.9.55", "core-js": "^3.8.3", "fuse.js": "^6.4.2", "js-base64": "^2.5.1", @@ -44,6 +45,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.1.0", + "vite-plugin-vuetify": "^1.0.2", "babel-eslint": "^10.0.3", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", @@ -54,7 +56,7 @@ "vite-plugin-aws3": "^0.3.0", "vue-template-compiler": "^2.7.14", "vue-tsc": "^1.2.0", - "vuetify-loader": "^1.9.2" + "vuetify-loader": "^1.9.2" }, "eslintConfig": { "root": true, diff --git a/src/App.vue b/src/App.vue index c1e2161..5123716 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,5 +23,6 @@ export default { }; +