全局組件注冊
局部組件注冊
父向子傳遞值
子向父傳遞值
動態(tài)組件
slot內(nèi)容分發(fā)
$refs & ref
data數(shù)據(jù)聲明
slot插槽(內(nèi)容分發(fā))
- 具名插槽
含有name屬性的slot標簽,<slot name="a"></slot> - 匿名插槽
不含的 <slot></slot>
v-for
:key
v-model
v-class
v-style
v-bind 、 :
v-fi
v-else
v-else-if
v-show
v-html
v-once
v-on:click @click
el
data
methods
computed
watch
directives
filters
created
mounted
beforeUpdate
updated
destroyed
components
vm.$mount("sel")
vm.$watch("attr",function(){});
vm.$el
vm.$on(eventName,function(){});
vm.$emit(eventName[,params]);