mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Migracja na Vite
This commit is contained in:
+2
-3
@@ -2,12 +2,11 @@ import { createApp, Directive, ref } from 'vue';
|
||||
import App from './App.vue';
|
||||
import router from './router';
|
||||
|
||||
import enLang from '@/locales/en.json';
|
||||
import plLang from '@/locales/pl.json';
|
||||
import enLang from './locales/en.json';
|
||||
import plLang from './locales/pl.json';
|
||||
|
||||
import { createI18n } from 'vue-i18n';
|
||||
import { createPinia } from 'pinia';
|
||||
import './registerServiceWorker'
|
||||
|
||||
const i18n = createI18n({
|
||||
locale: 'pl',
|
||||
|
||||
Reference in New Issue
Block a user