[Doc] update Vue.use usage

This commit is contained in:
陈嘉涵
2018-02-02 14:55:37 +08:00
parent 1b85c09a75
commit e3e8b80744
24 changed files with 42 additions and 56 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ The PasswordInput component is usually used with [NumberKeyboard](#/en-US/compon
``` javascript
import { PasswordInput, NumberKeyboard } from 'vant';
Vue.use(PasswordInput);
Vue.use(NumberKeyboard);
Vue.use(PasswordInput).use(NumberKeyboard);
```
### Usage