Data Loaders in Nuxt #409
-
Hi, I'm using Nuxt 3 and add |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Aug 16, 2024
Replies: 1 comment 2 replies
-
I did adapt the data loaders to be independent from uvr. Given the current architecture, it turned out to be better to have a Nuxt plugin Currently you can manually create a plugin that ensures the installation of Data Loaders |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did adapt the data loaders to be independent from uvr.
I'm in the process of writing a Nuxt module to provide a smooth integration with Data Loaders independently from the typedPages option.Given the current architecture, it turned out to be better to have a Nuxt plugin
Currently you can manually create a plugin that ensures the installation of Data Loaders