Skip to main content

All Questions

0 votes
1 answer
457 views

Electron Vue Router Page Change Not Working

I am calling this.$router.push({ name: "signin" }); in my Electron Vue application (in the BrowserWindow I am loading), but the page is not changing. No error message and no page change. ...
user2500558's user avatar
3 votes
1 answer
692 views

vue-router should route on click, not working

I am trying to create a navigation and when someone clicks. It should navigate to another Vue.component. Note: This app is Electron+Vue based, but it should work as normal Vue Project, as i've tried ...
welcomegkm's user avatar