mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 15:38:32 +00:00
fix: 🐛 after event name & TabItem parent limitation
This commit is contained in:
parent
8fd77df2a0
commit
76fb0b37c3
@ -11224,7 +11224,10 @@
|
|||||||
],
|
],
|
||||||
"configure": {
|
"configure": {
|
||||||
"component": {
|
"component": {
|
||||||
"isContainer": true
|
"isContainer": true,
|
||||||
|
"nestingRule": {
|
||||||
|
"parentWhitelist": ["Tab"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -11323,6 +11326,11 @@
|
|||||||
"propType": "bool",
|
"propType": "bool",
|
||||||
"description": "是否开启动效"
|
"description": "是否开启动效"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "afterAppear",
|
||||||
|
"propType": "func",
|
||||||
|
"description": "标签出现动画结束后执行的回调"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "onClick",
|
"name": "onClick",
|
||||||
"propType": "func",
|
"propType": "func",
|
||||||
@ -11433,6 +11441,11 @@
|
|||||||
"propType": "func",
|
"propType": "func",
|
||||||
"description": "点击回调"
|
"description": "点击回调"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "afterClose",
|
||||||
|
"propType": "func",
|
||||||
|
"description": "标签关闭后执行的回调"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "children",
|
"name": "children",
|
||||||
"propType": "string",
|
"propType": "string",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user