[Doc] fix misspelling of NumberKeyboard (#544)

This commit is contained in:
neverland 2018-01-18 10:03:45 +08:00 committed by GitHub
parent 307113bc6b
commit 633b835e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ The PasswordInput component is usually used with [NumberKeyboard](#/en-US/compon
### Install
``` javascript
import { PasswordInput, NumberKeyBoard } from 'vant';
import { PasswordInput, NumberKeyboard } from 'vant';
Vue.use(PasswordInput);
Vue.use(NumberKeyBoard);
Vue.use(NumberKeyboard);
```
### Usage

View File

@ -3,10 +3,10 @@
### 使用指南
``` javascript
import { PasswordInput, NumberKeyBoard } from 'vant';
import { PasswordInput, NumberKeyboard } from 'vant';
Vue.use(PasswordInput);
Vue.use(NumberKeyBoard);
Vue.use(NumberKeyboard);
```
### 代码演示