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.
- [Vuejs]-Replacing JSON obj with letters
- [Vuejs]-How persisted specific data in localStorage in Nuxt.js?
Source:stackexchange.com