diff --git a/site/docs.config.js b/site/docs.config.js index 20b76a28d..9ed02206d 100644 --- a/site/docs.config.js +++ b/site/docs.config.js @@ -305,12 +305,12 @@ export default { path: '/mobile-vue/components/pull-down-refresh', component: () => import('@/pull-down-refresh/pull-down-refresh.md'), }, - // { - // title: 'ActionSheet 动作面板', - // name: 'action-sheet', - // path: '/mobile-vue/components/actionsheet', - // component: () => import('@/action-sheet/action-sheet.md'), - // }, + { + title: 'ActionSheet 动作面板', + name: 'action-sheet', + path: '/mobile-vue/components/actionsheet', + component: () => import('@/action-sheet/action-sheet.md'), + }, { title: 'Toast 轻提示', name: 'toast', diff --git a/src/action-sheet/demos/grid.vue b/src/action-sheet/demos/grid.vue index 3c88806b1..f95001367 100644 --- a/src/action-sheet/demos/grid.vue +++ b/src/action-sheet/demos/grid.vue @@ -14,10 +14,6 @@ @selected="handleSelected" @cancel="handleCancel" > - diff --git a/src/action-sheet/demos/mobile.vue b/src/action-sheet/demos/mobile.vue index 902593c9d..9e4886857 100644 --- a/src/action-sheet/demos/mobile.vue +++ b/src/action-sheet/demos/mobile.vue @@ -31,12 +31,6 @@ @selected="handleSelected" @cancel="handleCancel" > - -