README
Element Widgets
Widget based on element-ui.
Deprecated
- router: tree cascader panel [index]
- tree-cascader
- tree-selection
Todos
Documentation
mixins location
selector loading
selector button label
small pagination table
Big data table(
editable)pagination selector ok/cancel event custom
pagination selector ok/cancel location sort
Tree
Filter
Radio / Multi
Check leaf / any level
Features
card-boxdialog-boxpagination-tablepagination-selectionpagination-selectortree-selectiontree-selector
Documentation
pagination-selector 分页选择器
Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
value / v-model |
绑定值, 支持.sync修饰符 |
string / array |
- | - |
data |
显示的数据, 必需 | array |
- | [] |
visible |
是否显示选择器, 支持.sync修饰符 |
boolean |
- | false |
multiple |
是否为多选 | boolean |
- | false |
loading |
是否显示加载动效 | boolean |
- | false |
loadingText |
加载动效图标下方的文案 | string |
- | - |
loadingBackground |
加载动效的背景颜色 | string |
- | rgba(0, 0, 0, 0.7) |