diff --git a/src/shared/mixin.js b/src/shared/mixin.js index f6807a2..1faf876 100644 --- a/src/shared/mixin.js +++ b/src/shared/mixin.js @@ -5,7 +5,7 @@ import { ensuredPush } from './ensure' export default function createMixin(Vue, options) { // for which Vue lifecycle hooks should the metaInfo be refreshed - const updateOnLifecycleHook = ['activated', 'deactivated'] + const updateOnLifecycleHook = ['activated', 'deactivated', 'beforeMount'] // watch for client side component updates return {