Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-07-04 21:10:44 +08:00
133 changed files with 4229 additions and 2769 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.8.6",
"version": "2.9.0",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
@@ -47,7 +47,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.x",
"@vant/icons": "1.2.1",
"@vant/icons": "1.2.3",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"vue-lazyload": "1.2.3"
},