文章加密

;

2018年12月17日 星期一

vue第二章component

再看一下--沒看懂」的部分

局部注册的组件在其子组件中不可用!
locally registered components are not also available in subcomponents.

全局注册的行为必须在根 Vue 实例 (通过 new Vue) 创建之前发生
global registration must take place before the root Vue instance is created (with new Vue)


https://cn.vuejs.org/v2/guide/components-registration.html
比如 src/main.js) 中全局导入基础组件的示例代码:



※可以使用 require.context() 方法来创建自己的(模块)上下文,这个方法有 3 个参数:
  • 要搜索的文件夹目录
  • 是否还应该搜索它的子目录,
  • 以及一个匹配文件的正则表达式。

其他更多來自
https://juejin.im/post/5ab8bcdb6fb9a028b77acdbd 
https://asyncoder.com/2018/07/07/Webpack%E4%B8%AD%E7%9A%84require.context%E5%A6%99%E7%94%A8/
不過沒看懂




沒有留言:

張貼留言