We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2c89a commit 78f812bCopy full SHA for 78f812b
components/internal/BButton.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <button ref="button" type="button" :title="nativeTitle" :disabled="disabled" :name="name" :value="value"
+ <button ref="button" :type="type" :title="nativeTitle" :disabled="disabled" :name="name" :value="value"
3
@click="click" @mouseover="mouseover" @mouseleave="mouseleave" @focus="focus" @blur="blur">
4
<slot>{{ text }}</slot>
5
</button>
0 commit comments