Skip to content

Commit 38c5ec6

Browse files
authored
Update README.md
1 parent cae27e3 commit 38c5ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form-spinbutton/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,12 @@ Click and hold the increment or decrement button (or use the up/down arrow keys)
359359
<template>
360360
<b-row>
361361
<b-col md="6">
362-
<label for="sb-input">Spin button using input event</label>
362+
<label for="sb-input">Spin button - input event</label>
363363
<b-form-spinbutton id="sb-input" v-model="valueA" wrap></b-form-spinbutton>
364364
<p>Value: {{ valueA }}</p>
365365
</b-col>
366366
<b-col md="6">
367-
<label for="sb-change" class="">Spin button using change event</label>
367+
<label for="sb-change" class="">Spin button - change event</label>
368368
<b-form-spinbutton id="sb-change" :value="valueB" @change="valueB = $event" wrap></b-form-spinbutton>
369369
<p>Value: {{ valueB }}</p>
370370
</b-col>

0 commit comments

Comments
 (0)