From 1384174f03c9a009cfbb3ae99aaeec21f177e4c2 Mon Sep 17 00:00:00 2001 From: yyg1378265336 <1378265336@qq.com> Date: 星期四, 27 二月 2025 09:26:30 +0800 Subject: [PATCH] 生产工具信息 --- src/components/Form/src/hooks/useFormContext.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Form/src/hooks/useFormContext.ts b/src/components/Form/src/hooks/useFormContext.ts index 01dfadd..0996132 100644 --- a/src/components/Form/src/hooks/useFormContext.ts +++ b/src/components/Form/src/hooks/useFormContext.ts @@ -1,5 +1,5 @@ import type { InjectionKey } from 'vue'; -import { createContext, useContext } from '/@/hooks/core/useContext'; +import { createContext, useContext } from '@/hooks/core/useContext'; export interface FormContextProps { resetAction: () => Promise<void>; -- Gitblit v1.9.3