mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 23:19:15 +08:00
[Doc] fix misspelling of NumberKeyboard (#544)
This commit is contained in:
parent
307113bc6b
commit
633b835e01
@ -3,10 +3,10 @@ The PasswordInput component is usually used with [NumberKeyboard](#/en-US/compon
|
|||||||
|
|
||||||
### Install
|
### Install
|
||||||
``` javascript
|
``` javascript
|
||||||
import { PasswordInput, NumberKeyBoard } from 'vant';
|
import { PasswordInput, NumberKeyboard } from 'vant';
|
||||||
|
|
||||||
Vue.use(PasswordInput);
|
Vue.use(PasswordInput);
|
||||||
Vue.use(NumberKeyBoard);
|
Vue.use(NumberKeyboard);
|
||||||
```
|
```
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
### 使用指南
|
### 使用指南
|
||||||
``` javascript
|
``` javascript
|
||||||
import { PasswordInput, NumberKeyBoard } from 'vant';
|
import { PasswordInput, NumberKeyboard } from 'vant';
|
||||||
|
|
||||||
Vue.use(PasswordInput);
|
Vue.use(PasswordInput);
|
||||||
Vue.use(NumberKeyBoard);
|
Vue.use(NumberKeyboard);
|
||||||
```
|
```
|
||||||
|
|
||||||
### 代码演示
|
### 代码演示
|
||||||
|
Loading…
x
Reference in New Issue
Block a user