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.20.0
3.2.20
谷歌 95.0.4638.54(正式版本) (64 位)
window 10
14.17.5
https://codesandbox.io/s/jolly-star-z8zp3?file=/src/Demo.vue
input中输入字符串,控制台发现node只输出最外层
指定children-field的同时启用filter,node被递归解析。
指定children-field的同时启用filter,node没有被递归,控制台发现node只输出最外层,如果去掉children-field,并且数据中的有children,则可以递归成功
猜测是因为filter中递归的子集的key是“children”,没有被children-field替换
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
TuSimple/naive-ui version (版本)
2.20.0
Vue version (Vue 版本)
3.2.20
Browser and its version (浏览器及其版本)
谷歌 95.0.4638.54(正式版本) (64 位)
System and its version (系统及其版本)
window 10
Node version (Node 版本)
14.17.5
Reappearance link (重现链接)
https://codesandbox.io/s/jolly-star-z8zp3?file=/src/Demo.vue
Reappearance steps (重现步骤)
input中输入字符串,控制台发现node只输出最外层
Expected results (期望的结果)
指定children-field的同时启用filter,node被递归解析。
Actual results (实际的结果)
指定children-field的同时启用filter,node没有被递归,控制台发现node只输出最外层,如果去掉children-field,并且数据中的有children,则可以递归成功
Remarks (补充说明)
猜测是因为filter中递归的子集的key是“children”,没有被children-field替换
The text was updated successfully, but these errors were encountered: