Is quasar more than a vue app with cordova plugins. Why am i not able to view the vue routes in debugger.
-
I was able to connect my android app to a vue remote debugger. However , I dont see any routes in the vue dev tools. Obviously I have a lot of routes that the router is using. The same goes for components , Aren’t pages and layout vue components , but I can’t see them in the debugger. The only thing that shows is the vuex state.

What can I do to see the router and mutations in the vue devtools. I noticed we are not using new Vue ( and passing a router here )