Skip to content

Commit 1e6c5b9

Browse files
committed
fix: use correct var
1 parent 19cd97f commit 1e6c5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/mixin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function createMixin(options) {
3939
// to triggerUpdate until this initial refresh is finished
4040
// this is to make sure that when a page is opened in an inactive tab which
4141
// has throttled rAF/timers we still immeditately set the page title
42-
if (isUndefined(this.$root._vueMetaPaused)) {
42+
if (isUndefined(this.$root._vueMetaInitialized)) {
4343
this.$root._vueMetaInitialized = this.$isServer
4444

4545
if (!this.$root._vueMetaInitialized) {

0 commit comments

Comments
 (0)