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
-2
View File
@@ -43,8 +43,6 @@ export function PopupMixin(options = {}) {
props: popupMixinProps,
emits: ['open', 'close', 'update:show', 'click-overlay'],
data() {
return {
inited: this.show,