We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4439a commit 9c5d348Copy full SHA for 9c5d348
src/client/theme-default/components/VPButton.vue
@@ -22,7 +22,7 @@ const isExternal = computed(
22
)
23
24
const component = computed(() => {
25
- return props.tag || props.href ? 'a' : 'button'
+ return props.tag || (props.href ? 'a' : 'button')
26
})
27
</script>
28
0 commit comments