mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
Doc: add touch simulator
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user