button 增加参数 mode

This commit is contained in:
xuliangzhan
2024-03-18 11:46:34 +08:00
parent 35c5b72ece
commit d2d52f9665
5 changed files with 14 additions and 3 deletions

View File

@@ -1407,6 +1407,10 @@
"type": "string",
"description": "内容(支持开启国际化)"
},
"vxe-button/mode": {
"type": "string",
"description": "模式"
},
"vxe-button/type": {
"type": "string",
"description": "类型"

View File

@@ -459,6 +459,7 @@
"vxe-button": {
"attributes": [
"content",
"mode",
"type",
"size",
"name",