Skip to content

Commit

Permalink
[v-tab] Fix anchor hash routing
Browse files Browse the repository at this point in the history
  • Loading branch information
amritk committed Sep 19, 2018
1 parent 3bb116c commit 1ef8eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VTabs/VTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
// actual link, do not
// prevent default
if (this.href &&
this.href.indexOf('#') > -1
this.href === '#'
) e.preventDefault()

this.$emit('click', e)
Expand Down

0 comments on commit 1ef8eb5

Please sign in to comment.