update README.md

This commit is contained in:
陈嘉涵 2017-12-14 13:11:11 +08:00
parent c6a37bba5b
commit c8e5d7e528
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ Vue.use(Vant);
<!-- import style -->
<link rel="stylesheet" href="https://unpkg.com/vant/lib/vant-css/index.css" />
<!-- import script --><script></script>
<!-- import script -->
<script src="https://unpkg.com/vant/lib/vant.min.js"></script>
```

View File

@ -78,7 +78,7 @@ Vue.use(Vant);
<!-- 引入样式 -->
<link rel="stylesheet" href="https://unpkg.com/vant/lib/vant-css/index.css">
<!-- 引入组件 --><script></script>
<!-- 引入组件 -->
<script src="https://unpkg.com/vant/lib/vant.min.js"></script>
```