Michael Tintiuc
Michael Tintiuc
Thanks for the example and feedback @lights0123 I think most of this stuff makes a lot of sense and is the general direction v3 is going in. Would be interested...
You can give a try with the vue 3 version, `npm i @modus/ionic-vue@next` it's not separate routers per tab as that's not quite possible with Vue or even web history...
Sure, here's my setup with a router: ``` ``` Each component rendered by the router is similar to this: ``` ``` In this example each tab has sub-routes for navigation,...
@meoweloper Please see this PR against your repo https://github.com/meoweloper/ionic-vue-3/pull/1 The tabs work, but you pointed out a type-o in the router outlet, I'm going to release a new version ASAP,...
See version `3.0.0-alpha.14` should be available in a bit
Are you saying you get the same error?
It was a library issue that I introduced some time ago, it's on me :)
Just tested it a bit more and seems like you can switch from the title field to the text one via the arrow key, but this doesn't work if you...
Double check your token is set properly it's value should be obfuscated by `*` at least that's what I'm seeing when running the action 
Have you found a solution to this? I'm facing a similar issue running on Alpine and the revisions from puppeteer aren't compatible, the `executablePath` is hard-coded to point to one...