vue-meta icon indicating copy to clipboard operation
vue-meta copied to clipboard

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

Open qq282126990 opened this issue 3 years ago • 0 comments

$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

qq282126990 avatar Nov 29 '22 11:11 qq282126990