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' })
.
- [Vuejs]-Getting 200 response but not hitting controller store() mthod
- [Vuejs]-How to pass data from method inside component1 to component2
Source:stackexchange.com