We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c3adb commit 2c42318Copy full SHA for 2c42318
src/types.ts
@@ -1,8 +1,6 @@
1
-import type { RouteLocationRaw } from 'vue-router'
2
-
3
interface Link {
4
text: string
5
- to?: RouteLocationRaw
+ to?: string
6
href?: string
7
icon?: string
8
openInNew?: boolean
0 commit comments