Closed
Description
Version
Reproduction link
https://github.com/freeozyl80/vue-memory-leak
Steps to reproduce
- use Vue Server Render (renderToString);
- the vm in server has "computed" which define a test function without return.(yes ,this step is incorrect, just throw error and pause is ok, but then memory leak happend)
- memory leak happend.
What is expected?
throw error and pause
What is actually happening?
the vonde is going to run and create, but not destroyed and exit.
In heap snapshots, i found the vue$2 has created almost 4538
just look in 'https://github.com/freeozyl80/vue-memory-leak'