We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fb900 commit 93f021bCopy full SHA for 93f021b
src/shared/mixin.js
@@ -94,7 +94,7 @@ export default function createMixin(Vue, options) {
94
// add the navigation guards if they havent been added yet
95
// if metaInfo is defined as a function, this does call the computed fn redundantly
96
// but as Vue internally caches the results of computed props it shouldnt hurt performance
97
- if (this.$options[options.keyName].afterNavigation) {
+ if (!options.refreshOnceOnNavigation && this.$options[options.keyName].afterNavigation) {
98
addNavGuards(this)
99
}
100
0 commit comments