element-plus [table] Vue3 (composition api) memory leak

lztngnrs  于 5个月前  发布在  其他
关注(0)|答案(5)|浏览(60)

Bug Type: Other

Environment

  • Vue Version: 3.2.47
  • Element Plus Version: 2.3.0
  • Browser / OS: Version 111.0.5563.65 (Official Build) (64-bit) / win
  • Build Tool: Vite

Reproduction

  • el-table

Github Repo

Steps to reproduce

You need to launch the project using "serve dist"

Open the Performance Monitor tab and the memory tab in the developer tools.

Then you need to switch tabs and go through the table for 2-3 minutes.

What is Expected?

Reducing memory consumption

What is actually happening?

We will see a constant memory increase. It does not reset over time.
This is production mode.

Additional comments

(empty)

plicqrtu

plicqrtu1#

We're experiencing simliar issues.

xggvc2p6

xggvc2p63#

Check out Avoiding Memory Leaks

We have troubles with vue3 composition api

v440hwme

v440hwme4#

Chrome/123.0.6312.106 does not leak memory.
Chrome/87 has a memory leak.
Help me!

l7wslrjt

l7wslrjt5#

How was this solved?

相关问题