When use the client routing, If you click the short link, the hashchange event will not be triggered.
I use this feature to jump from page A to page B and automatically locate the anchor point, and avoid full refreshing the page through client routing.
This is repo: https://github.com/flyerH/vike-vue-example Run and open http://localhost:3000/a
When use the client routing, If you click the short link, the hashchange event will not be triggered. I use this feature to jump from page A to page B and automatically locate the anchor point, and avoid full refreshing the page through client routing.