diff --git a/src/App.vue b/src/App.vue index 0c97814..dceb137 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,12 +8,10 @@ import { computed } from 'vue' import { useGlobalStore } from '@/stores' const globalStore = useGlobalStore() - const loading = computed(() => globalStore.state.loading) - + const loading = computed(() => globalStore.state.loading || globalStore.state.view_loading)