diff --git a/src/shared/mixin.js b/src/shared/mixin.js index 1cd0d03..8ec2344 100644 --- a/src/shared/mixin.js +++ b/src/shared/mixin.js @@ -14,6 +14,7 @@ export default function createMixin(Vue, options) { return { beforeCreate() { Object.defineProperty(this, '_hasMetaInfo', { + configurable: true, get() { // Show deprecation warning once when devtools enabled if (Vue.config.devtools && !this.$root._vueMeta.hasMetaInfoDeprecationWarningShown) {