fix: nav nested items type error

close https://github.com/vuejs/vitepress/issues/710
pull/711/head
Percy Ma 3 years ago
parent 03ac2233b5
commit 5f86a4e444
No known key found for this signature in database
GPG Key ID: A1803D3315E6CCBC

@ -81,7 +81,7 @@ export namespace DefaultTheme {
export interface NavItemWithChildren { export interface NavItemWithChildren {
text?: string text?: string
items: NavItemWithLink[] items: NavItem[]
} }
// sidebar ------------------------------------------------------------------- // sidebar -------------------------------------------------------------------

Loading…
Cancel
Save