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
14// Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️
25// It's recommended to commit this file.
36// Make sure to add this file to your tsconfig.json file as an "includes" or "files" entry.
@@ -25,13 +28,14 @@ import type {
2528 // vue-router extensions
2629 _RouterTyped ,
2730 RouterLinkTyped ,
31+ RouterLinkPropsTyped ,
2832 NavigationGuard ,
2933 UseLinkFnTyped ,
3034
3135 // data fetching
3236 _DataLoader ,
3337 _DefineLoaderOptions ,
34- } from 'unplugin-vue-router'
38+ } from 'unplugin-vue-router/types '
3539
3640declare module 'vue-router/auto/routes' {
3741 export interface RouteNamedMap {
@@ -177,6 +181,7 @@ declare module 'vue-router/auto' {
177181 ) : void
178182
179183 export const RouterLink : RouterLinkTyped < RouteNamedMap >
184+ export const RouterLinkProps : RouterLinkPropsTyped < RouteNamedMap >
180185
181186 // Experimental Data Fetching
182187
You can’t perform that action at this time.
0 commit comments