Open yaoningvital opened 5 years ago
https://vuejs.org/v2/guide/render-function.html
createElement
v-if
v-for
v-model
slots()
children
https://vuejs.org/v2/guide/render-function.html
1、Basics
2、Nodes, Trees, and the Virtual DOM
2.1 The Virtual DOM
3、
createElement
Arguments3.1 The Data Object In-Depth
3.2 Complete Example
3.3 Constraints
4、Replacing Template Features with Plain JavaScript
4.1
v-if
andv-for
4.2
v-model
4.3 Event & Key Modifiers
4.4 Slots
5、JSX
6、Functional Components
6.1 Passing Attributes and Events to Child Elements/Components
6.2
slots()
vschildren
7、Template Compilation