添加订阅事件监听

This commit is contained in:
lhj
2024-10-04 21:18:22 +08:00
parent a4f2f020fc
commit b813c09edd
7 changed files with 86 additions and 31 deletions

View File

@ -14,6 +14,6 @@
"slots":{},
"header":{},
"footer":{},
"children":{},
"children":[],
"meta":{}
}

View File

@ -15,7 +15,7 @@
"slots": {},
"header": {},
"footer": {},
"children": {},
"children": [],
"meta": {}
},
"Affix": {
@ -259,7 +259,7 @@
"visible": "",
"slots": {
"extra": {
"id": "avatar-9f8289a12910000",
"id": "9f8289a12910000",
"name": "avatar",
"type": "Avatar",
"props": {},

View File

@ -15,7 +15,7 @@ export const componentScheme = {
"slots": {},
"header": {},
"footer": {},
"children": {},
"children": [],
"meta": {}
},
"Affix": {
@ -259,7 +259,7 @@ export const componentScheme = {
"visible": "",
"slots": {
"extra": {
"id": "avatar-9f8289a12910000",
"id": "9f8289a12910000",
"name": "avatar",
"type": "Avatar",
"props": {},