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.2.0
win 10 & chrome v72
https://codesandbox.io/s/qvxky1xym9
当标签个数较多,tabbar宽度大于当前屏幕宽度,设置当前current为最后一个标签
tabbar会滚动到最右边
tabbar未滚动到最右边
初步检查是components\tab-bar\index.vue213行的问题
components\tab-bar\index.vue
The text was updated successfully, but these errors were encountered:
fix(tab-bar): supplement scrolling of the first and last options
5f74d82
#434
fix(tab-bar): supplement scrolling of the first and last options (#442)
1199da6
[email protected]
Sorry, something went wrong.
@xxyan0205 我这边升级到 2.2.3 后还是有bug,当 items 个数为11,label 长度6位,tabbar 位置没有滚动到最右边 Recurring Link: https://codesandbox.io/s/7zvs9
2.2.3
当 items 个数为11,label 长度6位,tabbar 位置没有滚动到最右边
试下2.2.4
测试正常,大神辛苦了 👍
moyus
xxyan0205
No branches or pull requests
Mand Mobile Version
^2.2.0
OS Version & Browser Version
win 10 & chrome v72
Recurring Links
https://codesandbox.io/s/qvxky1xym9
Recurring Steps
当标签个数较多,tabbar宽度大于当前屏幕宽度,设置当前current为最后一个标签
Expectant Behaviors
tabbar会滚动到最右边
Actual Behaviors
tabbar未滚动到最右边
初步检查是
components\tab-bar\index.vue
213行的问题The text was updated successfully, but these errors were encountered: