support Tree & add dispatch and broadcast methods
support Tree,many component add name $option;add dispatch and broadcast methods, mixins it
This commit is contained in:
parent
bb71140e7b
commit
34ee7b4a14
28 changed files with 190 additions and 69 deletions
|
@ -21,4 +21,6 @@ class 改为了 className
|
|||
### Collapse
|
||||
废弃 activeKey,使用 v-model,key 是保留的,更名为 name
|
||||
### Carousel
|
||||
废弃 activeIndex,使用 v-model,v-for="n in slides.length",Vue2的数字循环,是从1开始的
|
||||
废弃 activeIndex,使用 v-model,v-for="n in slides.length",Vue2的数字循环,是从1开始的
|
||||
### Tree
|
||||
废弃 data,改为 value,使用 v-model,key 更名为 name
|
Loading…
Add table
Add a link
Reference in a new issue