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
https://codesandbox.io/s/selectde-options-slotgai-bian-hou-xuan-xiang-bu-bian-bc8wer
使用t-option渲染选项,点击“更改options”按钮再把v-for渲染t-option的数组改变,选项没有动态改变
t-options改变时,t-select的选项能跟随变化
t-options改变时,t-select的选项没有跟随变化
select的slot改变是不是没有监听到,现在slot的options 动态改变不生效,但是通过select的options这个属性穿进去是能动态改变的
The text was updated successfully, but these errors were encountered:
监听 slot 改变?
Sorry, something went wrong.
fix(select): fix slot options update
0629f80
fix Tencent#495
已在 0.36.0 版本中修复
Successfully merging a pull request may close this issue.
重现链接
https://codesandbox.io/s/selectde-options-slotgai-bian-hou-xuan-xiang-bu-bian-bc8wer
重现步骤
使用t-option渲染选项,点击“更改options”按钮再把v-for渲染t-option的数组改变,选项没有动态改变
期望结果
t-options改变时,t-select的选项能跟随变化
实际结果
t-options改变时,t-select的选项没有跟随变化
补充说明
select的slot改变是不是没有监听到,现在slot的options 动态改变不生效,但是通过select的options这个属性穿进去是能动态改变的
The text was updated successfully, but these errors were encountered: