From a82003f4cf9ae6b69f70212374b3a71090f1770f Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 27 七月 2024 13:24:37 +0800 Subject: [PATCH] 打印模板更新为高级页面 --- packages/hooks/src/index.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/packages/hooks/src/index.ts b/packages/hooks/src/index.ts index 71fb0c5..557a974 100644 --- a/packages/hooks/src/index.ts +++ b/packages/hooks/src/index.ts @@ -1,6 +1,7 @@ export * from './onMountedOrActivated'; export * from './useAttrs'; export * from './useRefs'; +export * from './useRequest'; export * from './useScrollTo'; export * from './useWindowSizeFn'; export { useTimeoutFn } from '@vueuse/core'; -- Gitblit v1.9.3