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 d539788 commit 9fde13fCopy full SHA for 9fde13f
src/install.js
@@ -48,5 +48,5 @@ export function install (Vue) {
48
49
const strats = Vue.config.optionMergeStrategies
50
// use the same hook merging strategy for route hooks
51
- strats.beforeRouteEnter = strats.beforeRouteLeave = strats.created
+ strats.beforeRouteEnter = strats.beforeRouteLeave = strats.beforeRouteUpdate = strats.created
52
}
0 commit comments