docs(changelog): 2.6.0

This commit is contained in:
chenjiahan
2020-04-09 16:38:15 +08:00
parent a09ce0c955
commit 49cd33d1b8
5 changed files with 29 additions and 11 deletions

View File

@@ -99,12 +99,12 @@ The easiest way to use Vant is to include a CDN link in the html file, after whi
<!-- import style -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/vant@2.5/lib/index.css"
href="https://cdn.jsdelivr.net/npm/vant@2.6/lib/index.css"
/>
<!-- import script -->
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vant@2.5/lib/vant.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vant@2.6/lib/vant.min.js"></script>
<script>
// Render the Button component