feat(Popup): duration can be string type
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ export default createComponent({
|
||||
|
||||
props: {
|
||||
round: Boolean,
|
||||
duration: Number,
|
||||
duration: [Number, String],
|
||||
closeable: Boolean,
|
||||
transition: String,
|
||||
safeAreaInsetBottom: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user