feat: use <button> instead of <div> for buttons
This commit is contained in:
parent
d594205fb6
commit
449c49c3b7
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="button" :class="{ disabled }" @click="click">
|
||||
<button class="button" :class="{ disabled }" @click="click">
|
||||
<slot />
|
||||
</div>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user