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 a6f9802 commit 57debd2Copy full SHA for 57debd2
src/Button.vue
@@ -4,6 +4,7 @@
4
class="v-switch-input"
5
:name="name"
6
:checked="value"
7
+ :disabled="disabled"
8
@change.stop="toggle">
9
<div class="v-switch-core"
10
:style="coreStyle">
0 commit comments