no more version display on dev mode
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user