Skip to content
New issue

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

popover 性能 #6543

Closed
5 tasks done
webceoboy opened this issue Nov 16, 2024 · 3 comments
Closed
5 tasks done

popover 性能 #6543

webceoboy opened this issue Nov 16, 2024 · 3 comments

Comments

@webceoboy
Copy link

webceoboy commented Nov 16, 2024

描述错误

popover如果显示一个grid或者list,如果节点几百了就卡了

复现步骤

<n-popover>
 <template #trigger><n-button>click</n-button></template>
<n-grid><n-grid-item v-for="(item,index) in list" key="index"></n-grid-item></n-grid>
</n-popover>

最小复现链接

--

系统信息

System:
    OS: macOS 15.0
    CPU: (8) arm64 Apple M1
    Memory: 80.70 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.20.2 - ~/.nvm/versions/node/v18.20.2/bin/node
    Yarn: 1.22.18 - /opt/homebrew/bin/yarn
    npm: 10.8.2 - ~/.nvm/versions/node/v18.20.2/bin/npm
  Browsers:
    Chrome: 131.0.6778.70
    Edge: 128.0.2739.79
    Safari: 18.0
  npmPackages:
    naive-ui: ^2.40.1 => 2.40.1 
    vue: ^3.4.21 => 3.5.12

使用的包管理器

npm

验证

@webceoboy webceoboy added the untriaged need to sort label Nov 16, 2024
@webceoboy
Copy link
Author

webceoboy commented Nov 16, 2024

:flip="false" 好像可以快些

@jahnli jahnli added waiting for response and removed untriaged need to sort labels Nov 27, 2024
@jahnli
Copy link
Collaborator

jahnli commented Nov 27, 2024

Provide a based on CodeSandbox or stackblitz `s Minimal Reproducible Example

@jahnli
Copy link
Collaborator

jahnli commented Dec 9, 2024

This issue does not have any recent activity. If you are still experiencing similar problems, open a new error, including a minimal copy of the problem

@jahnli jahnli closed this as completed Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants