chore: 菜单图标预览
This commit is contained in:
parent
646e5b8340
commit
51cd1b315b
@ -193,7 +193,8 @@ export const drawerSchema: FormSchemaGetter = () => [
|
|||||||
show: (values) => values.menuType !== 'F',
|
show: (values) => values.menuType !== 'F',
|
||||||
triggerFields: ['menuType'],
|
triggerFields: ['menuType'],
|
||||||
},
|
},
|
||||||
renderComponentContent: () => ({
|
renderComponentContent: (model) => ({
|
||||||
|
addonBefore: () => <VbenIcon icon={model.icon} />,
|
||||||
addonAfter: () => (
|
addonAfter: () => (
|
||||||
<a href="https://icon-sets.iconify.design/" target="_blank">
|
<a href="https://icon-sets.iconify.design/" target="_blank">
|
||||||
搜索图标
|
搜索图标
|
||||||
|
Loading…
Reference in New Issue
Block a user