mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
format; linting; aktualizacja do 2023.2.1
This commit is contained in:
+6
-7
@@ -1,14 +1,13 @@
|
||||
import { createApp } from 'vue';
|
||||
import { createPinia } from 'pinia';
|
||||
import { registerSW } from 'virtual:pwa-register';
|
||||
import { createApp } from "vue";
|
||||
import { createPinia } from "pinia";
|
||||
import { registerSW } from "virtual:pwa-register";
|
||||
|
||||
import App from './App.vue';
|
||||
import i18n from './i18n-setup';
|
||||
import App from "./App.vue";
|
||||
import i18n from "./i18n-setup";
|
||||
const pinia = createPinia();
|
||||
|
||||
registerSW({
|
||||
immediate: true,
|
||||
});
|
||||
|
||||
createApp(App).use(pinia).use(i18n).mount('#app');
|
||||
|
||||
createApp(App).use(pinia).use(i18n).mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user