摘要: 1. Vue3全局组件注册 components文件夹下新建index.js文件,统一引入需要注册的组件 import CustomCheck from "./CustomCheck.vue"; import CustomDialog from "./CustomDialog.vue"; const 阅读全文
posted @ 2022-12-19 14:55 Li_pk 阅读(410) 评论(0) 推荐(0)