Skip to content

Commit c4e0f7a

Browse files
committed
chore: add route-meta.d.ts
1 parent f484467 commit c4e0f7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/types/route-meta.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'vue-router'
2+
3+
export {}
4+
5+
declare module 'vue-router' {
6+
interface RouteMeta {
7+
name?: string
8+
title?: string
9+
}
10+
}

0 commit comments

Comments
 (0)