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' {
213213 beforeRouteEnter? (
214214 to : Route ,
215215 from : Route ,
216- next : (to ? : RawLocation | false | ((vm : V ) => any ) | void ) => void
216+ next : (to ? : RawLocation | false | ((vm : Vue ) => any ) | void ) => void
217217 ): void
218218
219219 beforeRouteLeave? (
220220 to : Route ,
221221 from : Route ,
222- next : (to ? : RawLocation | false | ((vm : V ) => any ) | void ) => void
222+ next : (to ? : RawLocation | false | ((vm : Vue ) => any ) | void ) => void
223223 ): void
224224
225225 beforeRouteUpdate? (
226226 to : Route ,
227227 from : Route ,
228- next : (to ? : RawLocation | false | ((vm : V ) => any ) | void ) => void
228+ next : (to ? : RawLocation | false | ((vm : Vue ) => any ) | void ) => void
229229 ): void
230230 }
231231}
You can’t perform that action at this time.
0 commit comments