vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
930 stars 172 forks source link

Bug: Even if href = "javascript:void(0)", the a tag will still jump to another tab #86

Closed WJ-Yuan closed 1 year ago

WJ-Yuan commented 1 year ago

In preview tab, event I set href atrribute of <a> with value javascript:void(0), it will still open a new tab. The only solution I found so far is to prevent the default event in the click event e.preventDefault

demo