2
0

fix:套餐界面

This commit is contained in:
zhongzm
2024-12-06 09:34:51 +08:00
parent 0782ad0ebe
commit 9c4a966ee4
4 changed files with 357 additions and 6 deletions

View File

@@ -246,6 +246,7 @@ declare global {
const useAuthStore: typeof import('../store/modules/auth/index')['useAuthStore']
const useBase64: typeof import('@vueuse/core')['useBase64']
const useBattery: typeof import('@vueuse/core')['useBattery']
const useBillingStore: typeof import('../store/modules/billing/billing')['useBillingStore']
const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']