-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue-router! #65
Comments
Hi again. This a bug related to your code, it's not related to |
@brillout |
Hm I see, let me have a look. |
Alright, thanks! |
Fixed, see 4bf62a1. Note that currently you have to completely replace vite-plugin-ssr's routing with Vue Router. But there is PR that I will merge today/tomorrow which will enable you to use |
That would be great! |
Got delayed by a higher prio ticket. I will, tentatively, merge the PR tomorrow. |
The PR will be merged later. In case you want to get invovled: #40 |
Thanks one again!
However, I am trying to have more control on routes. So, I am using the router example, but I am getting the error below:
TypeError: Cannot use 'in' operator to search for 'path' in undefined
at resolve (/home/folamy/Desktop/vue-router/node_modules/vue-router/dist/vue-router.cjs.js:2828:20)
at pushWithRedirect (/home/folamy/Desktop/vue-router/node_modules/vue-router/dist/vue-router.cjs.js:2931:51)
at Object.push (/home/folamy/Desktop/vue-router/node_modules/vue-router/dist/vue-router.cjs.js:2901:16)
at Object.render (/pages/all.page.server.js:11:10)
at renderHtmlDocument (/home/folamy/Desktop/vue-router/node_modules/vite-plugin-ssr/dist/renderPage.node.js:201:47)
at renderPageId (/home/folamy/Desktop/vue-router/node_modules/vite-plugin-ssr/dist/renderPage.node.js:116:36)
at async renderPage (/home/folamy/Desktop/vue-router/node_modules/vite-plugin-ssr/dist/renderPage.node.js:96:24)
The text was updated successfully, but these errors were encountered: