Skip to content

Commit 65f47ad

Browse files
authored
Edit href
1 parent d3da9f9 commit 65f47ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VueTabs.js

Lines changed: 1 addition & 1 deletion
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)