Closed mostend closed 5 months ago
Hi there! Thanks for this feedback. Whilst v3 is in alpha, we have a strict feedback procedure outlined here: https://v3alpha.wails.io/getting-started/feedback This is to reduce noise whilst the branch is unstable and keep all the information in one place. We'd love to have you as part of the v3 feedback loop so please consider opening a new post there. Just a copy and paste would be fine. Closing this for now. Thanks again 🙏
Description
Frontend routing causes the product mode to be unable to access assets.
To Reproduce
import HomeView from './components/HomeView.vue' import ResultView from './components/ResultView.vue'
const routes = [ { path: '/', component: HomeView }, { path: '/result', component: ResultView }, ]
const router = createRouter({ history: createWebHistory(), routes, })
export default router
Additional context
No response