Microflash / vuepress-theme-succinct

A slightly opinionated theme for Vuepress
https://succinct.mflash.dev
MIT License
30 stars 3 forks source link

Fix theme inheritance #8

Closed kidonng closed 3 years ago

kidonng commented 3 years ago

It seems theme inheritance resolving happens before Webpack aliasing, so @AlgoliaSearchBox and @SearchBox won't work when using VuePress's theme inheritance feature.

kidonng commented 3 years ago

Just realized mutiple inheritance isn't possible for the moment: https://vuepress.vuejs.org/theme/inheritance.html#concepts

(In case anyone is interested, this PR does make it work though)