nuxt / modules

Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
https://nuxt.com/modules
MIT License
946 stars 260 forks source link

feat: Add nuxt-toc module #1075

Closed hanyujie2002 closed 3 weeks ago

hanyujie2002 commented 1 month ago

๐Ÿ”— Linked issue

resolves #1076

โ“ Type of change

๐Ÿ“š Description

Nuxt module for table of contents (TOC) component in Nuxt Content projects.

atinux commented 4 weeks ago

Hi @hanyujie2002

Is it required that the nuxt-toc component does data fetching as well? This can slow down the application.

I would suggest that it can get the toc as prop

hanyujie2002 commented 4 weeks ago

Thanks for your suggestion. I've just implemented the toc prop. In the new version, this component won't fetch TOC info when the toc prop is passed. @atinux