File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/form-spinbutton Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,12 +359,12 @@ Click and hold the increment or decrement button (or use the up/down arrow keys)
359
359
<template >
360
360
<b-row >
361
361
<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 >
363
363
<b-form-spinbutton id =" sb-input" v-model =" valueA" wrap ></b-form-spinbutton >
364
364
<p >Value: {{ valueA }}</p >
365
365
</b-col >
366
366
<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 >
368
368
<b-form-spinbutton id =" sb-change" :value =" valueB" @change =" valueB = $event" wrap ></b-form-spinbutton >
369
369
<p >Value: {{ valueB }}</p >
370
370
</b-col >
You can’t perform that action at this time.
0 commit comments