Remove vuetify and add theme toggle button

This commit is contained in:
2026-02-14 22:58:50 -05:00
parent d523c31953
commit ea871e3fb4
8 changed files with 103 additions and 244 deletions

View File

@@ -4,8 +4,6 @@ import { createRouter, createWebHashHistory } from "vue-router";
import "./theme.css";
import { registerPlugins } from "@/plugins";
const routes = [
{
path: '/:pathMatch(.*)*',
@@ -20,7 +18,5 @@ const router = createRouter({
const app = createApp(App);
registerPlugins(app);
app.use(router);
app.mount("#app");
app.mount("#app");