fix: devtools warning

master^2
allen 2026-04-15 16:44:13 +08:00
parent 4a968d9379
commit c3aa63982f
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import type { FormLayout } from '@vben/common-ui';
import type { CollapsibleParamSchema } from '@vben-core/shadcn-ui';
import { ref } from 'vue';
import { h, ref } from 'vue';
import { Page } from '@vben/common-ui';
@ -150,7 +150,8 @@ const [BaseForm, baseFormApi] = useVbenForm({
defaultValue: false,
},
{
component: 'CollapsibleParams',
// component:'CollapsibleParams',
component: h(VbenCollapsibleParams),
componentProps: {
params: paramsSchema,
// maxHeight: 200, //