We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaa1d1 commit 9742eefCopy full SHA for 9742eef
README.md
@@ -213,19 +213,19 @@ declare module 'vue/types/vue' {
213
beforeRouteEnter?(
214
to: Route,
215
from: Route,
216
- next: (to?: RawLocation | false | ((vm: V) => any) | void) => void
+ next: (to?: RawLocation | false | ((vm: Vue) => any) | void) => void
217
): void
218
219
beforeRouteLeave?(
220
221
222
223
224
225
beforeRouteUpdate?(
226
227
228
229
230
}
231
0 commit comments