diff --git a/nginx/vue/src/views/home/Home.vue b/nginx/vue/src/views/home/Home.vue index 80955f6..5fd933a 100644 --- a/nginx/vue/src/views/home/Home.vue +++ b/nginx/vue/src/views/home/Home.vue @@ -22,8 +22,8 @@ import Consumption from "./Consumption.vue";
- - + + diff --git a/nginx/vue/vite.config.js b/nginx/vue/vite.config.js index eb0c940..8bd6c65 100644 --- a/nginx/vue/vite.config.js +++ b/nginx/vue/vite.config.js @@ -7,10 +7,10 @@ import vueDevTools from "vite-plugin-vue-devtools"; // https://vite.dev/config/ export default defineConfig({ - plugins: [vue(), vueDevTools(), tailwindcss()], - resolve: { - alias: { - "@": fileURLToPath(new URL("./src", import.meta.url)), + plugins: [vue(), vueDevTools(), tailwindcss()], + resolve: { + alias: { + "@": fileURLToPath(new URL("./src", import.meta.url)), + }, }, - }, });