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
@@ -9,7 +9,7 @@ export default createComponent({
props: {
round: Boolean,
duration: Number,
duration: [Number, String],
closeable: Boolean,
transition: String,
safeAreaInsetBottom: Boolean,