File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -213,19 +213,19 @@ declare module 'vue/types/vue' {
213
213
beforeRouteEnter? (
214
214
to : Route ,
215
215
from : Route ,
216
- next : (to ? : RawLocation | false | ((vm : V ) => any ) | void ) => void
216
+ next : (to ? : RawLocation | false | ((vm : Vue ) => any ) | void ) => void
217
217
): void
218
218
219
219
beforeRouteLeave? (
220
220
to : Route ,
221
221
from : Route ,
222
- next : (to ? : RawLocation | false | ((vm : V ) => any ) | void ) => void
222
+ next : (to ? : RawLocation | false | ((vm : Vue ) => any ) | void ) => void
223
223
): void
224
224
225
225
beforeRouteUpdate? (
226
226
to : Route ,
227
227
from : Route ,
228
- next : (to ? : RawLocation | false | ((vm : V ) => any ) | void ) => void
228
+ next : (to ? : RawLocation | false | ((vm : Vue ) => any ) | void ) => void
229
229
): void
230
230
}
231
231
}
You can’t perform that action at this time.
0 commit comments