helpState.ts 112 B

12345
  1. import { reactive } from "vue"
  2. export const state = reactive({
  3. loadingCount: 0 as number // 加载次数
  4. })