vueuse
vueuse copied to clipboard
feat(useHash): new function
Added a reactive useHash function which can reactive two-way bind the window.location.hash to a hash Vue ref().
Seems like this is already covered by https://vueuse.org/core/useBrowserLocation/?
@wheatjs Yeh fair, I was looking at specifics around hash internal routing ... and making it easy to implement (we implement it all the time in landing pages).
I'm happy to close this issue if you feel it is superfluous to useBrowserLocation() composable ...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.