From fa609f1ba1b1d04a26d26459c54cbe21df56fc75 Mon Sep 17 00:00:00 2001 From: Feynman Date: Tue, 18 Mar 2025 15:01:15 +0800 Subject: [PATCH] fix: update deepLayout reference to use value in FormLayout component --- packages/components/src/form-layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/form-layout/index.tsx b/packages/components/src/form-layout/index.tsx index 35aa73b..c91b491 100644 --- a/packages/components/src/form-layout/index.tsx +++ b/packages/components/src/form-layout/index.tsx @@ -97,7 +97,7 @@ export const FormLayout = defineComponent({ const deepLayout = useFormDeepLayout() const newDeepLayout = ref({ - ...deepLayout + ...deepLayout.value }) const shallowProps = ref({})