[Vuejs]-Vue3 array value problem between components

0👍

the problem occurred because the emitter.on("eventname" …) was not deleted when removing the components. I also changed the emitter.on to an arrow function.

Leave a comment