优化重构

This commit is contained in:
xuliangzhan
2020-04-05 21:40:54 +08:00
parent 5b9ac3cd95
commit e20c2f2cf4
25 changed files with 231 additions and 90 deletions

View File

@@ -115,6 +115,15 @@ const apis = [
defVal: '默认 false继承 setup.pager.perfect',
list: []
},
{
name: 'auto-hidden',
desc: '当只有一页时自动隐藏',
version: '',
type: 'Boolean',
enum: '',
defVal: '默认 false继承 setup.pager.autoHidden',
list: []
},
{
name: 'icon-prev-page',
descKey: 'app.api.pager.desc.iconPrevPage',