vuepress / vuepress-community

:bulb: Community supported ecosystem for VuePress
https://vuepress-community.netlify.app
MIT License
81 stars 62 forks source link

[Bug Report] vuepress-types #25

Closed Mister-Hope closed 4 years ago

Mister-Hope commented 4 years ago

additionalPages in ThemeOptionAPI

should not be

 additionalPages?: PageOptions[] | Promise<PageOptions[]>

instead, it at least should be

 additionalPages?: Partial<PageOptions>[] | Promise<Partial<PageOptions[]>>

The path is required, while others are not