Skip to content

Commit 40a0c16

Browse files
authored
Update spinbutton.js
1 parent 10c728b commit 40a0c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form-spinbutton/spinbutton.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const defaultNumber(val, def) {
1818

1919
// --- BFormSpinbutton ---
2020
// @vue/cpmponent
21-
export const BFormSpinbutton = /*#__PURE__*/ {
21+
export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
2222
name: NAME,
2323
inheritAttrs: false,
2424
props: {
@@ -313,4 +313,4 @@ export const BFormSpinbutton = /*#__PURE__*/ {
313313
: [$decrement, $hidden, $spin, $increment]
314314
)
315315
}
316-
}
316+
})

0 commit comments

Comments
 (0)