摘要: 1.beforeCreate 2.created 3.beforemounted 在挂载开始之前被调用:相关的 render 函数首次被调用 4.mounted el 被新创建的 vm.$el 替换,并挂载到实例上去之后调用该钩子。如果 root 实例挂载了一个文档内元素,当 mounted 被调用 阅读全文
posted @ 2019-08-09 22:36 星雨,恒奋斗,过客 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1.不具名slot; 2.具名slot; 3.父组件模板的东西在父级作用域内编译,子组件模板的所有东西在子级作用域内编译; 4.编译作用域 5.作用域插槽(数据传递) 6.数据可以动态的改变 App.vue <template> <div id="app"> <img src="./assets/l 阅读全文
posted @ 2019-08-09 22:14 星雨,恒奋斗,过客 阅读(334) 评论(0) 推荐(0) 编辑