fix(Sku): get-container can be string type (#5608)

This commit is contained in:
neverland 2020-01-20 16:33:31 +08:00 committed by GitHub
parent 6418e97fc8
commit 025811412b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ export default createComponent({
hideStock: Boolean,
addCartText: String,
stepperTitle: String,
getContainer: Function,
getContainer: [String, Function],
hideQuotaText: Boolean,
hideSelectedText: Boolean,
resetStepperOnHide: Boolean,