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.35.0
3.3.4
EDGE最新版
Windows22h2 pro x64
20.7
https://codesandbox.io/p/sandbox/fast-wood-65c5k5
直接使用NGrid组件。内部直接子组件必须是NGridItem,而不能是自定义组件,即时自定义组件内部直接返回了NGridItem。也会导致不渲染不执行
能够支持自定义组件作为NGrid的直接子组件
目前不支持自定义组件作为直接子组件
有此需求是因为有时需要动态控制多个NGridItem的显示隐藏,而多个NGridItem集成到一个组件,更够更加直观统一方便的组装逻辑和实现
The text was updated successfully, but these errors were encountered:
This is the current design
Sorry, something went wrong.
No branches or pull requests
TuSimple/naive-ui version (版本)
2.35.0
Vue version (Vue 版本)
3.3.4
Browser and its version (浏览器及其版本)
EDGE最新版
System and its version (系统及其版本)
Windows22h2 pro x64
Node version (Node 版本)
20.7
Reappearance link (重现链接)
https://codesandbox.io/p/sandbox/fast-wood-65c5k5
Reappearance steps (重现步骤)
直接使用NGrid组件。内部直接子组件必须是NGridItem,而不能是自定义组件,即时自定义组件内部直接返回了NGridItem。也会导致不渲染不执行
Expected results (期望的结果)
能够支持自定义组件作为NGrid的直接子组件
Actual results (实际的结果)
目前不支持自定义组件作为直接子组件
Remarks (补充说明)
有此需求是因为有时需要动态控制多个NGridItem的显示隐藏,而多个NGridItem集成到一个组件,更够更加直观统一方便的组装逻辑和实现
The text was updated successfully, but these errors were encountered: