Akryum / Akryum/floating-vue

Performance issue on too many popovers ?

未關閉
#1,005 9 則留言 12 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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.

```


```

I also tried with simple text
```
v-tooltip="`nnnnn`"
```

The issue remains. So it's something related to unmount , cleaning process.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。