nuxt-community / router-module

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

does it support nuxt3 with vue3 #108

Open fansiyao opened 2 years ago

fabis94 commented 2 years ago

I'd like to know this as well. If not - how to achieve the same in Nuxt 3 another way?

dilikpulatov commented 2 years ago

answer here

vis97c commented 2 years ago

Short answer: It does. Source: I migrated a project using the bridge and so far i didn't have any issue apart from the fact that i have to export the router instance to be able to use it and get the current route across the project.

I created #110 to know what progress there is.