mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(Stepper): fix disable-input typo (#5883)
This commit is contained in:
parent
e7fb46552c
commit
a11a8e8f8c
@ -54,7 +54,7 @@ export default {
|
||||
### Disable Input
|
||||
|
||||
```html
|
||||
<van-stepper v-model="value" disabled-input />
|
||||
<van-stepper v-model="value" disable-input />
|
||||
```
|
||||
|
||||
### Decimal Length
|
||||
|
@ -67,10 +67,10 @@ export default {
|
||||
|
||||
### 禁用输入框
|
||||
|
||||
通过设置`disabled-input`属性来禁用输入框,此时按钮仍然可以点击
|
||||
通过设置`disable-input`属性来禁用输入框,此时按钮仍然可以点击
|
||||
|
||||
```html
|
||||
<van-stepper v-model="value" disabled-input />
|
||||
<van-stepper v-model="value" disable-input />
|
||||
```
|
||||
|
||||
### 固定小数位数
|
||||
|
Loading…
x
Reference in New Issue
Block a user