nuxt-community / router-module

Nuxt 2 module to use router.js instead of pages/ directory.
MIT License
401 stars 28 forks source link

Can I access to the routes within another module? #125

Open existe-deja opened 1 year ago

existe-deja commented 1 year ago

Hi,

I want to build an API that can send nuxt links. I didn't find how to access to the routes from another module. Is it possible to access to the context from a module?

Thanks