Skip to content

Commit 2c42318

Browse files
committed
fix(types): unexpected token build error
1 parent c3c3adb commit 2c42318

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/types.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import type { RouteLocationRaw } from 'vue-router'
2-
31
interface Link {
42
text: string
5-
to?: RouteLocationRaw
3+
to?: string
64
href?: string
75
icon?: string
86
openInNew?: boolean

0 commit comments

Comments
 (0)