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.4.1
No response
<t-popup v-model="visible" destroy-on-close> <!-- --> </t-popup>
关闭时有和未配置 destroyOnClose 时一样的动画效果
关闭时直接消失了,不知道是不是特性
Nuxt 3.13.1
Chrome 128.0.6613.120
macOS 14.6.1
22.8.0
目前解决方法是将 destroyOnClose 配置成动态的,在 popup 显示之前赋值成 false,在 popup 的 closed 事件中将其赋值成 true
The text was updated successfully, but these errors were encountered:
👋 @mkdirnow,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
感谢反馈,我来处理~
Successfully merging a pull request may close this issue.
tdesign-mobile-vue 版本
1.4.1
重现链接
No response
重现步骤
期望结果
关闭时有和未配置 destroyOnClose 时一样的动画效果
实际结果
关闭时直接消失了,不知道是不是特性
框架版本
Nuxt 3.13.1
浏览器版本
Chrome 128.0.6613.120
系统版本
macOS 14.6.1
Node版本
22.8.0
补充说明
目前解决方法是将 destroyOnClose 配置成动态的,在 popup 显示之前赋值成 false,在 popup 的 closed 事件中将其赋值成 true
The text was updated successfully, but these errors were encountered: