摘要: 1.Vue插件全局属性以及方法 //引入组件 import ComponentName from dirpath; //定义加载方法 const install= (Vue,option) => { //1.常规方法 //新增插件1 Vue.component('ComponentName',Com 阅读全文
posted @ 2020-11-22 11:29 CodeProducter 阅读(366) 评论(0) 推荐(0) 编辑