kazupon/vue-i18n

About the emory leakage

linruoying opened this issue · 0 comments

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