From c0803c57089da5fea820831325252e08d850fca8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 4 Nov 2023 13:48:59 +0800 Subject: refactor: rebuild with `vuetify` --- src/main.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/main.ts (limited to 'src/main.ts') diff --git a/src/main.ts b/src/main.ts new file mode 100644 index 0000000..f11674d --- /dev/null +++ b/src/main.ts @@ -0,0 +1,20 @@ +/** + * main.ts + * + * Bootstraps Vuetify and other plugins then mounts the App` + */ + +// Components +import App from './App.vue' + +// Composables +import { createApp } from 'vue' + +// Plugins +import { registerPlugins } from '@/plugins' + +const app = createApp(App) + +registerPlugins(app) + +app.mount('#app') -- cgit v1.2.3-70-g09d2