Smile-SA / slidev-component-progress

Progress component for Slidev
MIT License
11 stars 2 forks source link

Fix broken functionality due to upgrades in base Slidev #8

Closed ani-per closed 6 months ago

ani-per commented 6 months ago

Recent Slidev upgrades have deprecated the use of injection, importing nested modules, and titles.md (see the relevant documentation). Furthermore, the underlying route identifier has (at some point) shifted from path (of type string) to no (of type Number). See #7 for more details.

This fixes most of these issues.

tonai commented 6 months ago

Thanks for your contribution.