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级的时候,setList 会出现重复添加的情况 我发了这个bug,并尝试解决了它,如果有人和我遇到一样的问题,你们可以尝试更改以下代码
比如深层嵌套3层的时候,第二层在增加item的时候,它会往第三层的[data-repeater-list]里面添加 如果作者看到的话,可以修改一下这个bug..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
深层嵌套超过2级的时候,setList 会出现重复添加的情况
我发了这个bug,并尝试解决了它,如果有人和我遇到一样的问题,你们可以尝试更改以下代码
比如深层嵌套3层的时候,第二层在增加item的时候,它会往第三层的[data-repeater-list]里面添加
如果作者看到的话,可以修改一下这个bug..
The text was updated successfully, but these errors were encountered: