Vue组件进阶用法与实践

Vue组件进阶用法与实践 一 、基础组件自动化全局注册 使用场景:模块系统内频繁使用的基础组件; 使用方法:使用 require.context 全局注册; 比如说我们的内部网站,目前我们的页面使用的是局部注册,按需加载: import ComponentA from './ComponentA' import ComponentC from './ComponentC' export defau
相关文章
相关标签/搜索