update README.md

This commit is contained in:
陈嘉涵 2017-08-09 16:26:40 +08:00
parent 0c542f1bae
commit 9605333040
3 changed files with 3 additions and 5 deletions

View File

@ -2,9 +2,7 @@
"presets": [
[
"es2015",
{
"modules": false
}
{ "modules": false }
]
],
"plugins": [

View File

@ -47,7 +47,7 @@ npm i -S vant
### Import all components
```javascrip
```javascript
import Vue from 'vue';
import vant from 'vant';
import 'vant/lib/vant-css/index.css';

View File

@ -45,7 +45,7 @@ npm i -S vant
### 导入所有组件
```javascrip
```javascript
import Vue from 'vue';
import vant from 'vant';
import 'vant/lib/vant-css/index.css';