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';