mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
chore(i18n): setup i18n plugin config
This commit is contained in:
parent
a6bbeaebd8
commit
ebfb872fae
11 changed files with 256 additions and 5 deletions
|
@ -11,6 +11,7 @@ import { naive } from './plugins/naive.plugin';
|
|||
|
||||
import App from './App.vue';
|
||||
import router from './router';
|
||||
import { i18nPlugin } from './plugins/i18n.plugin';
|
||||
|
||||
registerSW();
|
||||
|
||||
|
@ -18,6 +19,7 @@ const app = createApp(App);
|
|||
|
||||
app.use(createPinia());
|
||||
app.use(createHead());
|
||||
app.use(i18nPlugin);
|
||||
app.use(router);
|
||||
app.use(naive);
|
||||
app.use(plausible);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue