no more version display on dev mode

This commit is contained in:
Julien Calixte
2023-08-31 09:08:05 +02:00
parent c249fb886a
commit c5bafc2a06

View File

@@ -4,7 +4,7 @@ import { ref } from 'vue'
import LiteLoading from '@/components/LiteLoading.vue' import LiteLoading from '@/components/LiteLoading.vue'
const devMode = ref(import.meta.env.DEV) const devMode = ref(false) // import.meta.env.DEV
const isLoading = ref(false) const isLoading = ref(false)
const { offlineReady, needRefresh, updateServiceWorker } = useRegisterSW() const { offlineReady, needRefresh, updateServiceWorker } = useRegisterSW()