feat(Popup): duration can be string type

This commit is contained in:
陈嘉涵
2020-01-28 21:50:09 +08:00
parent 086e910afd
commit 4fba295ea1
6 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ ActionSheet.props = {
...popupMixinProps,
title: String,
actions: Array,
duration: Number,
duration: [Number, String],
cancelText: String,
description: String,
getContainer: [String, Function],