最近做web项目,开始系统的学习一下Vue, 顺便水下博客。 
推荐视频:讲解很详细,因为过于详细建议开1.5倍
三:组件
- 14-component-组件化-基本使用
 - 15-component-组件化-全局组件-局部组件
 - 16-component-组件化-父子组件
 - 17-component-语法糖
 - 18-component-组件化-模板抽离
 - 19-component-组件化-data属性-为什么data是函数?
 - 20-component-组件化-props-父传子数据
 - 21-component-组件化-$emit-子传父
 - 22-component-组件化-$parent-$root-子访问父
 - 23-component-组件化-$children-$refs-父访问子
 - 24-component-组件化-solt-插槽的基本使用
 - Vue系列教程-25-component-组件化-solt-具名插槽
 - Vue系列教程-26-component-组件化-solt-作用域插槽