File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ /* eslint-disable */
2
+ /* prettier-ignore */
3
+ // @ts -nocheck
1
4
// Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️
2
5
// It's recommended to commit this file.
3
6
// Make sure to add this file to your tsconfig.json file as an "includes" or "files" entry.
@@ -25,13 +28,14 @@ import type {
25
28
// vue-router extensions
26
29
_RouterTyped ,
27
30
RouterLinkTyped ,
31
+ RouterLinkPropsTyped ,
28
32
NavigationGuard ,
29
33
UseLinkFnTyped ,
30
34
31
35
// data fetching
32
36
_DataLoader ,
33
37
_DefineLoaderOptions ,
34
- } from 'unplugin-vue-router'
38
+ } from 'unplugin-vue-router/types '
35
39
36
40
declare module 'vue-router/auto/routes' {
37
41
export interface RouteNamedMap {
@@ -177,6 +181,7 @@ declare module 'vue-router/auto' {
177
181
) : void
178
182
179
183
export const RouterLink : RouterLinkTyped < RouteNamedMap >
184
+ export const RouterLinkProps : RouterLinkPropsTyped < RouteNamedMap >
180
185
181
186
// Experimental Data Fetching
182
187
You can’t perform that action at this time.
0 commit comments