This commit is contained in:
xuliangzhan
2023-11-27 08:33:36 +08:00
parent b8750c394c
commit 039f8933a9
3 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
"type": "string",
"description": "图标名称"
},
"vxe-icon/status": {
"type": "string",
"description": "状态颜色"
},
"vxe-icon/roll": {
"type": "boolean",
"description": "旋转动画"

View File

@@ -2,6 +2,7 @@
"vxe-icon": {
"attributes": [
"name",
"status",
"roll"
],
"description": "图标"