vue3全局注册组件

在main.ts里面直接引入并使用即可

// 全局注册组件
import SvgIcon from "@/components/SvgIcon/index.vue";
app.component("SvgIcon", SvgIcon);

  

posted @ 2023-05-31 17:46  游戏三昧的木笔  阅读(121)  评论(0)    收藏  举报