chrisbethelepb

Results 1 comments of chrisbethelepb
trafficstars

Here's a workaround that worked for me: - Add this to your Vue app that implements the router: ```javascript methods: { hashChangeHandler: function() { var target = window.location.hash; this.$router.push(target.substring(1, target.length));...