vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
25.17k stars 6.86k forks source link

VxeBasicTable组件下toolbarConfig的按钮组图标无法渲染 #2621

Closed lkeme closed 1 year ago

lkeme commented 1 year ago

⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭

描述 Bug

              buttonRender: {
                name: 'AButton',
                icon: 'xxxxx',
                preIcon: 'xxxxx',
                props: {
                  shape: 'round',
                  type: 'primary',
                  icon: 'xxxxx',
                  preIcon: 'xxxxx',
                },
                attrs: {
                  icon: 'xxxxx',
                  preIcon: 'xxxxx',
                },
}

放到buttonRender下、buttonRender.props、buttonRender.attr均不会生效

复现 Bug

请描述在演示页面中复现 Bug 的详细步骤,以确保我们可以理解并定位问题。部分 Bug 如果未在 Demo 中涉及,请务必提供关键代码

系统信息

lzdjack commented 1 year ago

已修复