feat: ActionSheet component

This commit is contained in:
chenjiahan
2020-07-06 16:31:59 +08:00
parent 2539a548b6
commit aa09ba0fd9
12 changed files with 1090 additions and 11 deletions

View File

@@ -180,10 +180,10 @@ module.exports = {
{
title: '反馈组件',
items: [
// {
// path: 'action-sheet',
// title: 'ActionSheet 动作面板',
// },
{
path: 'action-sheet',
title: 'ActionSheet 动作面板',
},
// {
// path: 'dialog',
// title: 'Dialog 弹出框',
@@ -514,10 +514,10 @@ module.exports = {
{
title: 'Action Components',
items: [
// {
// path: 'action-sheet',
// title: 'ActionSheet',
// },
{
path: 'action-sheet',
title: 'ActionSheet',
},
// {
// path: 'dialog',
// title: 'Dialog',