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.8.0
No response
非手动点击切换情况下,直接修改绑定值,状态不能同步
const current = ref('0') <t-tabs v-model="current"> <t-tab-panel value="0" label="0000"> <p>内容0</p> </t-tab-panel> <t-tab-panel value="1" label="1111"> <p>内容1</p> </t-tab-panel> </t-tabs> <t-button @click="current = '1'">点我</t-button>
状态值完全同步
tab选择状态不同步
The text was updated successfully, but these errors were encountered:
👋 @willianfu,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
tdesign-mobile-vue 版本
1.8.0
重现链接
No response
重现步骤
非手动点击切换情况下,直接修改绑定值,状态不能同步
期望结果
状态值完全同步
实际结果
tab选择状态不同步
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: