fix
This commit is contained in:
@@ -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)
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
|
||||
#app {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user