Merge branch 'dev' into feature/vant_cli_2

This commit is contained in:
陈嘉涵
2019-12-11 11:31:57 +08:00
22 changed files with 372 additions and 315 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.3.0-beta.2",
"version": "2.3.0-beta.3",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
@@ -52,7 +52,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.x",
"@vant/icons": "1.1.15",
"@vant/icons": "1.2.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"vue-lazyload": "1.2.3"
},