From 9dfa701454d6a94690bad39dbb0e38f2a0b31489 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 18 六月 2024 18:08:47 +0800 Subject: [PATCH] build --- src/views/demo/page/form/step/data.tsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/demo/page/form/step/data.tsx b/src/views/demo/page/form/step/data.tsx index 81659cd..d7fe07d 100644 --- a/src/views/demo/page/form/step/data.tsx +++ b/src/views/demo/page/form/step/data.tsx @@ -1,4 +1,4 @@ -import { FormSchema } from '/@/components/Form'; +import { FormSchema } from '@/components/Form'; export const step1Schemas: FormSchema[] = [ { @@ -21,7 +21,6 @@ }, { field: 'fac', - component: 'InputGroup', label: '鏀舵璐︽埛', required: true, defaultValue: 'test@example.com', -- Gitblit v1.9.3