Skip to content

Commit 23f5f9d

Browse files
authored
Merge pull request #27 from moondef/moondef-patch-2
Edit href
2 parents d3da9f9 + 65f47ad commit 23f5f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VueTabs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default {
152152
{this.textPosition === 'top' &&
153153
this.renderTabTitle(index, this.textPosition)
154154
}
155-
<a href="javascript:void(0)"
155+
<a href="#"
156156
style={active ? this.activeTabStyle : this.tabStyles(tab)}
157157
class={{'active_tab': active}}
158158
aria-selected={active}

0 commit comments

Comments
 (0)