2016 09 14 Vue.js 手册笔记 - huyx/1 GitHub Wiki
需要复习
- Dynamic Props
- Parent-Child Communication
- Content Distribution with Slots
- Dynamic Components
- Components and v-for
- Authoring Reusable Components
- props, events, slots
- Fragment Instance
- Directive Instance Properties
- 可以帮助 directive 相关概念: name, expression, argument, params, modifier, value
特殊变量
- $event
- $index
- $key
- $route
其他:
- vm.$log()