bd-admin
Version:
一款能根据需求快速配置vue后台管理的脚手架
26 lines (25 loc) • 487 B
JavaScript
import SvgIcon from "@/components/svgIcon/index.vue";
//#slot:ui_1
const props = defineProps(["menuItem"]);
const styleIcon = {
width: "20px",
height: "20px",
fontSize: "20px",
};
//#end;
() => {
console.log(styleIcon, props, SvgIcon);
};
return {
slot: {
ui_1: {
element: function ui_1() {
return ``;
},
antdv: function ui_1() {
return ``;
},
},
},
hook: {},
};