NuxtN
Nuxt9mo ago
3 replies
StefanH

Can I use nuxt ui without vue router

I'm building an electron app so there's not much use for a router. Trying to run without vue-router throws this error at runtime

Uncaught SyntaxError: The requested module '/@id/__vite-optional-peer-dep:vue-router:@nuxt/ui' does not provide an export named 'useRoute'

I can just install vue-router and not define anything but it'd be great if nuxt ui didn't depend on vue-router

Hope this is doable
Was this page helpful?