tree: Make the table `方法` display correctly in README file.

pull/2510/head
HakurouKen 2017-01-18 17:37:00 +08:00 committed by cinwell.li
parent d3f998d305
commit 6caafe9f9f
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ Vue.component('el-tree', ElTree)
### 方法 ### 方法
`Tree` 拥有如下方法,返回目前被选中的节点数组: `Tree` 拥有如下方法,返回目前被选中的节点数组:
| 方法名 | 说明 | 参数 | | 方法名 | 说明 | 参数 |
|------|--------|------| |------|--------|------|
| filter | 对树节点进行筛选操作 | 接收一个任意类型的参数,该参数会在 filter-node-method 中作为第一个参数 | | filter | 对树节点进行筛选操作 | 接收一个任意类型的参数,该参数会在 filter-node-method 中作为第一个参数 |