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
ui-v-tabs 选中效果在真机上有问题,会报错,在开发工具就正常。其实跟数据无关,只要一渲染就报错
<ui-v-tabs height="{{tabHeight}}" tab-style="{{tabStyle}}" active-tab-style="{{activeTabStyle}}" class="tab-item" index="{{ current }}" data-key="current"> <ui-v-tab wx:for="{{ tabItems }}" data-index="{{index}}" data-category="{{item.id}}" bindtap="handleChange"> {{ item.name }} </ui-v-tab> </ui-v-tabs>
The text was updated successfully, but these errors were encountered:
uileader/touchui#22 已解决
Sorry, something went wrong.
No branches or pull requests
ui-v-tabs 选中效果在真机上有问题,会报错,在开发工具就正常。其实跟数据无关,只要一渲染就报错
The text was updated successfully, but these errors were encountered: