rdunk / sanity-blocks-vue-component

[DEPRECATED] Vue component for rendering block content from Sanity
MIT License
71 stars 10 forks source link

is there a way to lazy load the components used for the serializers option? #19

Open nirjan-dev opened 3 years ago

nirjan-dev commented 3 years ago

We have articles that use different serializer components, right now it's loading all the serializer components regardless if it's on the page or not but we want to lazy load it instead so it get loaded only if it's on the page. We're using nuxt for our site.

rdunk commented 3 years ago

Hi @nirjan-dev, I don't believe so currently, but might be a good feature to add. Are you working with v1.0.0?

adamchipperfield commented 2 years ago

+1