mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Konfiguracja PWA
This commit is contained in:
+5
-1
@@ -6,6 +6,8 @@
|
||||
</keep-alive>
|
||||
</transition>
|
||||
|
||||
<UpdatePrompt />
|
||||
|
||||
<AppHeader :current-lang="currentLang" @change-lang="changeLang" />
|
||||
|
||||
<main class="app_main">
|
||||
@@ -41,6 +43,7 @@ import StorageManager from './scripts/managers/storageManager';
|
||||
import imageMixin from './mixins/imageMixin';
|
||||
import AppHeader from './components/App/AppHeader.vue';
|
||||
import axios from 'axios';
|
||||
import UpdatePrompt from './components/App/UpdatePrompt.vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
@@ -49,7 +52,8 @@ export default defineComponent({
|
||||
SelectBox,
|
||||
TrainModal,
|
||||
AppHeader,
|
||||
},
|
||||
UpdatePrompt
|
||||
},
|
||||
|
||||
mixins: [imageMixin],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user