2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-13 00:22:25 +03:00

fix: use correct var

This commit is contained in:
pimlie
2019-02-20 18:43:09 +01:00
parent 19cd97fde1
commit 1e6c5b9eb4
+1 -1
View File
@@ -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) {