Skip to content

Commit 5b24c5f

Browse files
committed
chore: updates to unplugin vue router
1 parent 284b1f0 commit 5b24c5f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

playground/typed-router.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

3640
declare 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

0 commit comments

Comments
 (0)