This commit is contained in:
lhj
2024-11-09 01:18:32 +08:00
parent 898f2c3b34
commit 87d5c1fe30
8 changed files with 44 additions and 28 deletions

View File

@ -3,15 +3,19 @@
"name": "link",
"id": "link",
"designer": {},
"text": "Link",
"text": "链接",
"props": {
"status":""
"status":"normal",
"href": "https://www.baidu.com",
"loading": false,
"hoverable": "",
"icon": false
},
"style": "",
"class": "",
"visible": "",
"visible": true,
"slots": {},
"disable": "",
"disable": true,
"events": {},
"loop": {},
"children": []

View File

@ -724,15 +724,19 @@
"name": "link",
"id": "link",
"designer": {},
"text": "Link",
"text": "链接",
"props": {
"status": ""
"status": "normal",
"href": "https://www.baidu.com",
"loading": false,
"hoverable": "",
"icon": false
},
"style": "",
"class": "",
"visible": "",
"visible": "true",
"slots": {},
"disable": "",
"disable": "true",
"events": {},
"loop": {},
"children": []

View File

@ -724,15 +724,19 @@ export const componentScheme = {
"name": "link",
"id": "link",
"designer": {},
"text": "Link",
"text": "链接",
"props": {
"status": ""
"status": "normal",
"href": "https://www.baidu.com",
"loading": false,
"hoverable": "",
"icon": false
},
"style": "",
"class": "",
"visible": "",
"visible": "true",
"slots": {},
"disable": "",
"disable": "true",
"events": {},
"loop": {},
"children": []