mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
modal 增加参数 draggable
This commit is contained in:
@@ -342,13 +342,22 @@ const apis = [
|
||||
defVal: 'false',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'draggable',
|
||||
descKey: 'app.api.modal.desc.draggable',
|
||||
version: '4.0.28',
|
||||
type: 'boolean',
|
||||
enum: '',
|
||||
defVal: '默认 true,继承 setup.modal.draggable',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'dblclickZoom',
|
||||
descKey: 'app.api.modal.desc.dblclickZoom',
|
||||
version: '',
|
||||
type: 'boolean',
|
||||
enum: '',
|
||||
defVal: 'true',
|
||||
defVal: '默认 true,继承 setup.modal.dblclickZoom',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user