primefaces / primevue-nuxt-module

MIT License
73 stars 11 forks source link

fix: import nuxt composables from #imports #19

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.

mertsincan commented 1 year ago

Thanks a lot, @danielroe ;)