Gomah / nuxt-graphql-request

Easy Minimal GraphQL client integration with Nuxt.js.
https://nuxt-graphql-request.vercel.app
MIT License
196 stars 16 forks source link

fix: import nuxt composables from #imports #58

Closed danielroe closed 1 year ago

danielroe commented 1 year ago

This is a DX improvement when developing - we can avoid loading the entire barrel file at #app by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxt-graphql-request ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 9:41pm
Gomah commented 1 year ago

Thank you @danielroe !