mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
chore: components base
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { createApp } from 'vue';
|
||||
import { createPinia } from 'pinia';
|
||||
import { createHead } from '@vueuse/head';
|
||||
|
||||
import { naive } from './plugins/naive.plugin';
|
||||
|
||||
@@ -9,6 +10,7 @@ import router from './router';
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(createPinia());
|
||||
app.use(createHead());
|
||||
app.use(router);
|
||||
app.use(naive);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user