mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
chore: components base
This commit is contained in:
parent
64c92a661c
commit
25a8659786
13 changed files with 821 additions and 19 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue