Doc: add touch simulator

This commit is contained in:
陈嘉涵 2017-08-24 14:25:22 +08:00
parent dbd3512979
commit 99259a863f
4 changed files with 21 additions and 20 deletions

View File

@ -26,21 +26,21 @@ module.exports = {
"title": "快速上手",
noExample: true
},
{
"title": "业务组件",
"link": "/zanui/captain/component/quickstart"
},
{
"path": "/changelog",
"title": "更新日志",
noExample: true
},
{
"title": "业务组件",
"link": "/zanui/captain/component/quickstart"
}
]
}
]
},
{
"name": "组件列表",
"name": "组件",
"showInMobile": true,
"groups": [
{

View File

@ -5,6 +5,7 @@ import routes from './router.config';
import ZanUI from 'packages/index';
import ZanDoc from 'zan-doc';
import 'packages/vant-css/src/index.css';
import 'zan-doc/src/helper/touch-simulator';
import DemoList from './components/demo-list.vue';

View File

@ -66,7 +66,7 @@
"cross-env": "^5.0.5",
"css-loader": "^0.28.5",
"eslint-plugin-vue": "^2.1.0",
"extract-text-webpack-plugin": "2.1.2",
"extract-text-webpack-plugin": "^3.0.0",
"felint": "^0.5.0-alpha.3",
"file-loader": "^0.11.2",
"file-save": "^0.2.0",
@ -108,7 +108,7 @@
"vue": "^2.4.2",
"vue-html-loader": "^1.2.4",
"vue-loader": "^13.0.4",
"vue-markdown-loader": "^2.0.0",
"vue-markdown-loader": "^2.1.0",
"vue-router": "^2.7.0",
"vue-sfc-compiler": "^0.0.2",
"vue-style-loader": "^3.0.0",
@ -116,6 +116,6 @@
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0",
"zan-doc": "^0.2.1"
"zan-doc": "^0.2.2"
}
}

View File

@ -305,7 +305,7 @@ async@2.1.4:
dependencies:
lodash "^4.14.0"
async@^2.1.2:
async@^2.1.2, async@^2.4.1:
version "2.5.0"
resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
dependencies:
@ -2768,12 +2768,12 @@ extglob@^0.3.1:
dependencies:
is-extglob "^1.0.0"
extract-text-webpack-plugin@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-2.1.2.tgz#756ef4efa8155c3681833fbc34da53b941746d6c"
extract-text-webpack-plugin@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz#90caa7907bc449f335005e3ac7532b41b00de612"
dependencies:
async "^2.1.2"
loader-utils "^1.0.2"
async "^2.4.1"
loader-utils "^1.1.0"
schema-utils "^0.3.0"
webpack-sources "^1.0.1"
@ -7603,9 +7603,9 @@ vue-loader@^13.0.4:
vue-style-loader "^3.0.0"
vue-template-es2015-compiler "^1.5.3"
vue-markdown-loader@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/vue-markdown-loader/-/vue-markdown-loader-2.0.0.tgz#d3cadbf9c8976a81f2d5e39496d505fd4f31bc96"
vue-markdown-loader@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/vue-markdown-loader/-/vue-markdown-loader-2.1.0.tgz#112d1921dd56daa29906b7c012623c6c5d6e0d8c"
dependencies:
cheerio "^0.20.0"
highlight.js "^9.4.0"
@ -7926,9 +7926,9 @@ yeast@0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
zan-doc@^0.2.1:
version "0.2.1"
resolved "https://registry.npmjs.org/zan-doc/-/zan-doc-0.2.1.tgz#34723ea180d0ac2e183b66d2a3e4a04b4f6fe91b"
zan-doc@^0.2.2:
version "0.2.2"
resolved "https://registry.npmjs.org/zan-doc/-/zan-doc-0.2.2.tgz#ebf8ffda5bd3cf9277cc3e59c48476a3fbf84d9f"
dependencies:
cheerio "0.22.0"
decamelize "^1.2.0"