[improvement] Switch: update style (#2242)

This commit is contained in:
neverland
2018-12-07 21:04:50 +08:00
committed by GitHub
parent a23c15137e
commit f1742ec97f
15 changed files with 149 additions and 51 deletions
+2 -1
View File
@@ -27,6 +27,7 @@
"build:site": "rimraf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist",
"test": "jest",
"test:watch": "jest --watch",
"test:clear-cache": "jest --clearCache",
"test:coverage": "open test/coverage/index.html",
"release": "sh build/release.sh"
},
@@ -111,7 +112,7 @@
"stylelint-config-standard": "^18.2.0",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.1.2",
"vant-doc": "1.0.19",
"vant-doc": "1.0.20",
"vue": "2.5.17",
"vue-jest": "^3.0.1",
"vue-loader": "^15.4.2",