chore: 移除 useTimeoutFn文件,使用 vueuse

This commit is contained in:
vben
2023-04-06 22:49:16 +08:00
parent feadf64ee3
commit fa18365c21
11 changed files with 48 additions and 93 deletions

View File

@@ -1,3 +1,5 @@
export * from './onMountedOrActivated';
export * from './useAttrs';
export * from './useRefs';
export { useTimeoutFn } from '@vueuse/core';