mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-04 14:08:13 +00:00
chore: added i18n
This commit is contained in:
+3
-1
@@ -3,4 +3,6 @@ import App from './App.vue';
|
||||
import router from './router';
|
||||
import { createPinia } from 'pinia';
|
||||
|
||||
createApp(App).use(router).use(createPinia()).mount('#app');
|
||||
import i18n from './i18n';
|
||||
|
||||
createApp(App).use(router).use(i18n).use(createPinia()).mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user