mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-08 05:29:45 +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
|
### Disable Input
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-stepper v-model="value" disabled-input />
|
<van-stepper v-model="value" disable-input />
|
||||||
```
|
```
|
||||||
|
|
||||||
### Decimal Length
|
### Decimal Length
|
||||||
|
@ -67,10 +67,10 @@ export default {
|
|||||||
|
|
||||||
### 禁用输入框
|
### 禁用输入框
|
||||||
|
|
||||||
通过设置`disabled-input`属性来禁用输入框,此时按钮仍然可以点击
|
通过设置`disable-input`属性来禁用输入框,此时按钮仍然可以点击
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-stepper v-model="value" disabled-input />
|
<van-stepper v-model="value" disable-input />
|
||||||
```
|
```
|
||||||
|
|
||||||
### 固定小数位数
|
### 固定小数位数
|
||||||
|
Loading…
x
Reference in New Issue
Block a user