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 dd23742 commit 5082976Copy full SHA for 5082976
src/components/form-spinbutton/form-spinbutton.js
@@ -518,7 +518,7 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
518
touchstart: handler
519
}
520
},
521
- [h('div', [this.normalizeSlot(slotName, scope) || $icon])]
+ [this.normalizeSlot(slotName, scope) || $icon]
522
)
523
524
// TODO: Add button disabled state when `wrap` is `false` and at value max/min
0 commit comments