nuxt-modules / device

Nuxt module for detecting device type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export generateFlags function

hwilok opened this issue · comments

commented

I'm trying to use the generateFlags function from @nuxtjs/device both in my nuxt app and H3 for mobile detection, but get this error:

Could not resolve import "@nuxtjs/device/dist/runtime/generateFlags" in using exports defined in node_modules@nuxtjs\device\package.json

Could you consider exporting this function?