Skip to content

Commit fc9ab67

Browse files
authored
Update form-spinbutton.js
1 parent b766c8e commit fc9ab67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-spinbutton/form-spinbutton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
345345
touchstart: handler
346346
}
347347
},
348-
[h('div', {}, [$icon]]
348+
[h('div', {}, [$icon])]
349349
)
350350
}
351351
const $increment = makeButton(this.stepUp, this.labelIncrement, BIconPlus, 'inc')

0 commit comments

Comments
 (0)