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
**设备型号:w10
**LinUI 版本:0.9.13
**微信小程序基础库版本:3.2.4
**微信开发者工具版本:1.06
**问题描述及重现步骤:折叠面板组件Collapse 设置了expand-item-id属性只有部分生效,使用手风琴和普通模式都是一样,前2个子面板生效可以下拉,后面不生效,包括设置了子面板属性item-id也不生效 代码: l-collapse type='accordion' expand-item-id="{{positionOrfolderExpandIds}}" v-if="isTabManage==false" positionOrfolderExpandIds:[0,1,2], positionOrfolderExpandIds:[2,1,0], 作者可以像这样复现一下 望解答!!!
The text was updated successfully, but these errors were encountered:
我试着重新复现了这个问题,expand-item-id属性双向绑定无效,页面初始加载可以生效下拉,二次更改值以后无法触发更新。
Sorry, something went wrong.
No branches or pull requests
**设备型号:w10
**LinUI 版本:0.9.13
**微信小程序基础库版本:3.2.4
**微信开发者工具版本:1.06
**问题描述及重现步骤:折叠面板组件Collapse 设置了expand-item-id属性只有部分生效,使用手风琴和普通模式都是一样,前2个子面板生效可以下拉,后面不生效,包括设置了子面板属性item-id也不生效
代码:
l-collapse type='accordion' expand-item-id="{{positionOrfolderExpandIds}}" v-if="isTabManage==false"
positionOrfolderExpandIds:[0,1,2],
positionOrfolderExpandIds:[2,1,0],
作者可以像这样复现一下
望解答!!!
The text was updated successfully, but these errors were encountered: