From 1e6c5b9eb4d472a543396d0f78cc55669ee6aed7 Mon Sep 17 00:00:00 2001 From: pimlie Date: Wed, 20 Feb 2019 18:43:09 +0100 Subject: [PATCH] fix: use correct var --- src/shared/mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/mixin.js b/src/shared/mixin.js index 50ee1a8..efe3979 100644 --- a/src/shared/mixin.js +++ b/src/shared/mixin.js @@ -39,7 +39,7 @@ export default function createMixin(options) { // to triggerUpdate until this initial refresh is finished // this is to make sure that when a page is opened in an inactive tab which // has throttled rAF/timers we still immeditately set the page title - if (isUndefined(this.$root._vueMetaPaused)) { + if (isUndefined(this.$root._vueMetaInitialized)) { this.$root._vueMetaInitialized = this.$isServer if (!this.$root._vueMetaInitialized) {