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
2.5.20
2.6.11
安卓、苹果
node 14.13.1/npm 7.14.0
在手机端打开时,切换横竖屏,TabBar的样式从横屏回到竖屏时出现错乱,监听了window.resize方法执行了TabBar.reflow(),但是并没有生效。
mounted() { window.onresize = () => { this.$refs["tab-bar"].reflow(); } }
根据宽度变化自动计算样式
重新计算样式并没有生效
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mand Mobile Version
2.5.20
Vue Version
2.6.11
Model / OS & Browser Info
安卓、苹果
Node Version, Package Management Tool
node 14.13.1/npm 7.14.0
Recurring Steps
在手机端打开时,切换横竖屏,TabBar的样式从横屏回到竖屏时出现错乱,监听了window.resize方法执行了TabBar.reflow(),但是并没有生效。
mounted() {
window.onresize = () => {
this.$refs["tab-bar"].reflow();
}
}
Expectant Behaviors
根据宽度变化自动计算样式
Actual Behaviors
重新计算样式并没有生效
The text was updated successfully, but these errors were encountered: