인터벌 오류 수정

This commit is contained in:
2025-08-26 10:02:17 +09:00
parent 40b81064a9
commit f361a5e9fa
3 changed files with 201 additions and 97 deletions

1
types/imports.d.ts vendored
View File

@@ -282,6 +282,7 @@ declare global {
const useVibrate: typeof import('@vueuse/core')['useVibrate']
const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
const useWebChat: typeof import('../src/utils/ws')['useWebChat']
const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
const useWebWorker: typeof import('@vueuse/core')['useWebWorker']