nuxt-modules / device

Nuxt module for detecting device type.
MIT License
922 stars 51 forks source link

fix: import Nuxt composables from `#imports` #174

Closed danielroe closed 5 months ago

danielroe commented 11 months 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.

barayuda commented 5 months ago

Hi @vodnicearv @dotneet @yshrsmz @benjamincanac @Atinux can we merge this PR from @danielroe ? maybe this PR could be the fix config refreshOnResize for nuxt@^3.9.0 ?