[Vuejs]-Electron vue new window with child route

0👍

As a temporary fix I just changed path to file://${__dirname}/add.html/exp?opt=exp and basing on window.location.search in add.vue created hook I’m pushing route by router.push({ path: 'exp' }).

Leave a comment