mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-12 14:12:08 +08:00
fix: devtools warning
This commit is contained in:
@@ -5,7 +5,7 @@ import type { FormLayout } from '@vben/common-ui';
|
|||||||
|
|
||||||
import type { CollapsibleParamSchema } from '@vben-core/shadcn-ui';
|
import type { CollapsibleParamSchema } from '@vben-core/shadcn-ui';
|
||||||
|
|
||||||
import { ref } from 'vue';
|
import { h, ref } from 'vue';
|
||||||
|
|
||||||
import { Page } from '@vben/common-ui';
|
import { Page } from '@vben/common-ui';
|
||||||
|
|
||||||
@@ -150,7 +150,8 @@ const [BaseForm, baseFormApi] = useVbenForm({
|
|||||||
defaultValue: false,
|
defaultValue: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
component: 'CollapsibleParams',
|
// component:'CollapsibleParams',
|
||||||
|
component: h(VbenCollapsibleParams),
|
||||||
componentProps: {
|
componentProps: {
|
||||||
params: paramsSchema,
|
params: paramsSchema,
|
||||||
// maxHeight: 200, //限制最大高度,展开后可滚动
|
// maxHeight: 200, //限制最大高度,展开后可滚动
|
||||||
|
|||||||
Reference in New Issue
Block a user