We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3da9f9 commit 65f47adCopy full SHA for 65f47ad
src/components/VueTabs.js
@@ -152,7 +152,7 @@ export default {
152
{this.textPosition === 'top' &&
153
this.renderTabTitle(index, this.textPosition)
154
}
155
- <a href="javascript:void(0)"
+ <a href="#"
156
style={active ? this.activeTabStyle : this.tabStyles(tab)}
157
class={{'active_tab': active}}
158
aria-selected={active}
0 commit comments