nuxt / vue-meta

Manage HTML metadata in Vue.js components with SSR support
https://vue-meta.nuxtjs.org
Other
4.08k stars 247 forks source link

Error in event handler for "hook:mounted": "TypeError: Cannot create property 'initializing' on boolean 'true'" #789

Open qq282126990 opened 1 year ago

qq282126990 commented 1 year ago

$root[rootConfigKey] is not an object when mounted with uni-app, because uni-app onLoad life cycle priority is higher

So beforeCreate needs to be initialized once when mounting $root[rootConfigKey] = {}

image