This commit is contained in:
李志鹏
2026-05-21 11:36:14 +08:00
parent 2346e079a1
commit b9be27ab85
5 changed files with 73 additions and 22 deletions

View File

@@ -15,6 +15,7 @@
import ShoppingDrawer from '@/views/shopping-drawer.vue'
const globalStore = useGlobalStore()
const loading = computed(() => globalStore.state.loading)
globalStore.setLoading(false)
const viewRef = ref()
const viewStyle = ref({
'--app-view-width': '',