Performance issue on too many popovers ?
未關閉
- 主要語言
- TypeScript
- 星號
- 3.5k
- 分支
- 341
- 平均合併
- 14 分鐘
- 30 天內合併 PR
- 8
描述
Nuxt 3.5.1
"floating-vue": "^2.0.0-beta.24"
I have a table with 200+ rows.. each row has 10 popover-tooltip elements = 2000 tooltips (with dynamic content)
Everything works smooth, until I leave route/page. It takes proportionally longer with number of rows in table (for 200 rows, 5seconds)
If I remove the `v-tooltip` directives from those elements, the route leaves instantly (as it should) even for 1000 rows.
```
貢獻指南
評估
這個 Issue 還沒有評估資料。