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
目前3.x版本vant的Popup组件在打开的时候会有一个动画效果,例如:从下到上的一个滑动动画 但是关闭的时候动画就没有了,突然就关闭了就很突兀。 这个问题是出现在^3.0.0-rc.2版本,2.x版本没有此问题。
The text was updated successfully, but these errors were encountered:
这个是 Vue 3.0.4 版本 transition 组件的 bug,可以先把 Vue 版本降级到 3.0.3,动画就正常了
Sorry, something went wrong.
相关 issue:vuejs/core#2757
好的,谢谢
No branches or pull requests
目前3.x版本vant的Popup组件在打开的时候会有一个动画效果,例如:从下到上的一个滑动动画
但是关闭的时候动画就没有了,突然就关闭了就很突兀。
这个问题是出现在^3.0.0-rc.2版本,2.x版本没有此问题。
The text was updated successfully, but these errors were encountered: