mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-15 17:22:01 +08:00
feat: add dashboard page
This commit is contained in:
@@ -4,6 +4,7 @@ import { Icon } from '@iconify/vue';
|
||||
|
||||
function createIcon(name: string) {
|
||||
return defineComponent({
|
||||
name: `SvgIcon-${name}`,
|
||||
setup(props, { attrs }) {
|
||||
return () => h(Icon, { icon: name, ...props, ...attrs });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user