diff --git a/playground/src/views/system/menu/modules/form.vue b/playground/src/views/system/menu/modules/form.vue index 815c4c14..44fa1539 100644 --- a/playground/src/views/system/menu/modules/form.vue +++ b/playground/src/views/system/menu/modules/form.vue @@ -88,7 +88,13 @@ const schema: VbenFormSchema[] = [ label: $t('system.menu.parent'), renderComponentContent() { return { - title({ label, meta }: { label: string; meta: Recordable }) { + treeTitleRender({ + label, + meta, + }: { + label: string; + meta: Recordable; + }) { const coms = []; if (!label) return ''; if (meta?.icon) {