Performance issue on too many popovers ?
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 3.5k
- Fork
- 341
- Merge trung bình
- 14 phút
- Pull request đã merge (30 ngày)
- 8
Mô tả
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.
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.