This commit is contained in:
xuliangzhan
2020-08-30 16:11:13 +08:00
parent e8130600bd
commit e419e0c942
17 changed files with 118 additions and 65 deletions

View File

@@ -1299,6 +1299,10 @@
"type": "string",
"description": "只对 type=alert | confirm | message 有效,消息状态"
},
"vxe-modal/class-name": {
"type": "string",
"description": "给窗口附加 className"
},
"vxe-modal/icon-status": {
"type": "string",
"description": "自定义状态图标"

View File

@@ -421,6 +421,7 @@
"title",
"type",
"status",
"class-name",
"icon-status",
"message",
"cancel-button-text",