We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.6
https://stackblitz.com/edit/hnyrgs-macvbr?file=src%2Fpages%2Fdemo.vue
命令行调用方法的Dialog不会销毁
示例点击到demo页面,不断的点击命令行操作按钮,每次都会创建一下新的dom,不会销毁
示例点击跳转home和跳转demo的页面跳转中,通过命令行创建的按钮的dom都不会销毁。
在确定弹窗打开的情况下,通过手机端的返回键或浏览器返回时,对话框不会消失。
Vue(3.2.0)
Chrome(117.0.5938.149)
MacOS
16.17.0
No response
The text was updated successfully, but these errors were encountered:
👋 @LoopZhou,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
感谢反馈 销毁可以使用 destroyOnClose: true,但这个属性没有透传过去,我调整一下
destroyOnClose: true
Successfully merging a pull request may close this issue.
tdesign-mobile-vue 版本
1.0.6
重现链接
https://stackblitz.com/edit/hnyrgs-macvbr?file=src%2Fpages%2Fdemo.vue
重现步骤
命令行调用方法的Dialog不会销毁
示例点击到demo页面,不断的点击命令行操作按钮,每次都会创建一下新的dom,不会销毁
示例点击跳转home和跳转demo的页面跳转中,通过命令行创建的按钮的dom都不会销毁。
在确定弹窗打开的情况下,通过手机端的返回键或浏览器返回时,对话框不会消失。
期望结果
实际结果
框架版本
Vue(3.2.0)
浏览器版本
Chrome(117.0.5938.149)
系统版本
MacOS
Node版本
16.17.0
补充说明
No response
The text was updated successfully, but these errors were encountered: