Open 4aficiona2 opened 5 years ago
I was wondering if it would be possible to extend the Nuxt router, maybe in nuxt-stencil, similar to the following implementation in Ionic Vue so the Nuxt Router could be used with the Web Components generated by Stencil?
see https://github.com/ModusCreateOrg/ionic-vue/blob/master/src/router.ts or https://github.com/ModusCreateOrg/beep/blob/master/src/router.js
Good idea! I think the example should use the router-module to support IonicVueRouter then.
IonicVueRouter
I don't have much time to look at it now, PRs are welcome 👍
I was wondering if it would be possible to extend the Nuxt router, maybe in nuxt-stencil, similar to the following implementation in Ionic Vue so the Nuxt Router could be used with the Web Components generated by Stencil?
see https://github.com/ModusCreateOrg/ionic-vue/blob/master/src/router.ts or https://github.com/ModusCreateOrg/beep/blob/master/src/router.js