UNPKG

bd-admin

Version:

一款能根据需求快速配置vue后台管理的脚手架

5 lines (4 loc) 134 B
import SvgIcon from "@/components/svgIcon/index.vue"; export const signSvgIcon = (vue) => { vue.component("SvgIcon", SvgIcon); };