li.shaoyi %!s(int64=2) %!d(string=hai) anos
pai
achega
743c067592
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/stores/modules/global.ts

+ 1 - 0
src/stores/modules/global.ts

@@ -9,6 +9,7 @@ export const useGlobalStore = defineStore(() => {
 
     const state = reactive({
         appName: document.title,
+        show: false,
         clientWidth: 0, // 客户端宽度
         isMobile: false, // 是否移动设备
     })