frandiox / vitedge

Edge-side rendering and fullstack Vite framework
https://vitedge.js.org
MIT License
729 stars 31 forks source link

Passing scroll behavior options to router #81

Closed m3hari closed 2 years ago

m3hari commented 2 years ago

We wanted to pass scrollBehavior function to Vue router as documented here, there seems no way to do that currently.

frandiox commented 2 years ago

Try this: https://github.com/frandiox/vite-ssr/pull/42

m3hari commented 2 years ago

Thank you 🙏🏾