We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cd97f commit 1e6c5b9Copy full SHA for 1e6c5b9
src/shared/mixin.js
@@ -39,7 +39,7 @@ export default function createMixin(options) {
39
// to triggerUpdate until this initial refresh is finished
40
// this is to make sure that when a page is opened in an inactive tab which
41
// has throttled rAF/timers we still immeditately set the page title
42
- if (isUndefined(this.$root._vueMetaPaused)) {
+ if (isUndefined(this.$root._vueMetaInitialized)) {
43
this.$root._vueMetaInitialized = this.$isServer
44
45
if (!this.$root._vueMetaInitialized) {
0 commit comments