mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
update README.md
This commit is contained in:
parent
0c542f1bae
commit
9605333040
4
.babelrc
4
.babelrc
@ -2,9 +2,7 @@
|
||||
"presets": [
|
||||
[
|
||||
"es2015",
|
||||
{
|
||||
"modules": false
|
||||
}
|
||||
{ "modules": false }
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user