pull/2439/head
baiyaaaaa 2017-01-16 14:49:30 +08:00 committed by 杨奕
parent 925ad817a7
commit 70ae91dcec
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ Only one node among the same level can be expanded at one time.
::: demo
```html
<el-tree :data="data" :props="defaultProps" @node-click="handleNodeClick"></el-tree>
<el-tree :data="data" :props="defaultProps" accordion @node-click="handleNodeClick"></el-tree>
<script>
export default {

View File

@ -262,7 +262,7 @@
::: demo
```html
<el-tree :data="data" :props="defaultProps" @node-click="handleNodeClick"></el-tree>
<el-tree :data="data" :props="defaultProps" accordion @node-click="handleNodeClick"></el-tree>
<script>
export default {