Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.0.x 版本 dialog无法在最外层直接渲染 #10169

Closed
coffin03 opened this issue May 7, 2024 · 2 comments
Closed

6.0.x 版本 dialog无法在最外层直接渲染 #10169

coffin03 opened this issue May 7, 2024 · 2 comments

Comments

@coffin03
Copy link

coffin03 commented May 7, 2024

实现场景:

需要在页面初始化就弹出一个dialog

存在的问题:

6.0.x 版本 dialog无法直接渲染 3.6.0版本可以渲染

image

image

当前方案:

{
"type": "dialog",
"body": [
],
"size": "md",
"title": "请确认",
"actions": [
{
"type": "button",
"actionType": "cancel",
"label": "取消",
},
{
"type": "button",
"actionType": "confirm",
"label": "确定",
"primary": true,
}
]
}

@2betop
Copy link
Collaborator

2betop commented May 17, 2024

需要属性受控 show: true 属性

@2betop 2betop closed this as completed May 17, 2024
@coffin03
Copy link
Author

需要属性受控 show: true 属性
明白了 谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants