[new feature] add List component (#682)

This commit is contained in:
neverland
2018-03-13 16:01:50 +08:00
committed by GitHub
parent 1a2a64225b
commit 5592db2cb2
22 changed files with 495 additions and 45 deletions
+7 -7
View File
@@ -44,7 +44,7 @@
"license": "MIT",
"dependencies": {
"babel-runtime": "6.x",
"vue-lazyload": "^1.2.1"
"vue-lazyload": "^1.2.2"
},
"peerDependencies": {
"vue": ">= 2.5.0"
@@ -54,7 +54,7 @@
"avoriaz": "2.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.26.0",
@@ -71,7 +71,7 @@
"fast-vue-md-loader": "^1.0.3",
"friendly-errors-webpack-plugin": "^1.6.1",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^3.0.4",
"html-webpack-plugin": "^3.0.6",
"isparta-loader": "^2.0.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
@@ -92,16 +92,16 @@
"shelljs": "^0.8.1",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0",
"style-loader": "^0.20.2",
"style-loader": "^0.20.3",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.0.1",
"vant-doc": "1.0.4",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue": "^2.5.15",
"vue-loader": "^14.2.1",
"vue-router": "^3.0.1",
"vue-sfc-compiler": "^0.0.8",
"vue-style-loader": "^4.0.2",
"vue-template-compiler": "^2.5.13",
"vue-template-compiler": "^2.5.15",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^3.11.0",
"webpack-dev-server": "2.11.1",