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 6f93fc9 commit 1ffe869Copy full SHA for 1ffe869
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