fix
This commit is contained in:
@ -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": []
|
||||
|
||||
@ -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": []
|
||||
|
||||
@ -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": []
|
||||
|
||||
Reference in New Issue
Block a user