[Vuejs]-Vue stating that a property is undefined, when I clearly defined it

0👍

I got the solution myself already. I set _changes in the mounted hook and added a component state which on the "ready" state would load the component. Therefore _changes won’t be attempted to read when it is still in its undefined state.

Leave a comment