摘要:
全局组件通过Vue.component注册,而Vue.component的定义是在initGlobalAPI(Vue); >initAssetRegisters(Vue)。ASSET_TYPES数组中有'component'字符串。Vue.component(id, definition)方法的逻辑 阅读全文
posted @ 2020-11-02 00:24
chuliang
阅读(244)
评论(0)
推荐(0)