About the emory leakage
linruoying opened this issue · 0 comments
linruoying commented
Reporting a bug?
The i18n always maintains a single case during the Node service operation process. After each rendering page, the i18n instance is not recycled. Each time the i18n instance is rendered, a _watches of array items will be added. Now our solution is use the destoryVM() to new Object. Is there any other way to solve this problem?
Expected behavior
a new solution
Reproduction
System Info
-
Screenshot
No response
Additional context
No response
Validations
- Read the Contributing Guidelines
- Read the Documentation
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion
- The provided reproduction is a minimal reproducible example of the bug.