Skip to content

Commit 250fadc

Browse files
authored
Update README.md
1 parent 3eb2acd commit 250fadc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/form-spinbutton/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,10 @@ to the user and does not affect the `v-model`.
232232
<b-form-spinbutton
233233
id="sb-days"
234234
v-model="value"
235+
:formatter-fn="dayFormatter"
235236
min="0"
236237
max="6"
237-
:formatter-fn="dayFormatter"
238+
wrap
238239
></b-form-spinbutton>
239240
<p>Value: {{ value }}</p>
240241
</div>

0 commit comments

Comments
 (0)