vue-meta
vue-meta copied to clipboard
Error in event handler for "hook:mounted": "TypeError: Cannot create property 'initializing' on boolean 'true'"
$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] = {}