diff --git a/src/components/form-spinbutton/form-spinbutton.js b/src/components/form-spinbutton/form-spinbutton.js index 39b36ec3296..b88a09cae04 100644 --- a/src/components/form-spinbutton/form-spinbutton.js +++ b/src/components/form-spinbutton/form-spinbutton.js @@ -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