Skip to content

Commit

Permalink
fix(b-form-spinbutton): button markup (#6101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmllr95 authored Nov 29, 2020
1 parent dd23742 commit 5082976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form-spinbutton/form-spinbutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
touchstart: handler
}
},
[h('div', [this.normalizeSlot(slotName, scope) || $icon])]
[this.normalizeSlot(slotName, scope) || $icon]
)
}
// TODO: Add button disabled state when `wrap` is `false` and at value max/min
Expand Down

0 comments on commit 5082976

Please sign in to comment.