You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
412 B
27 lines
412 B
export default {
|
|
// #ifdef MP-WEIXIN || MP-TOUTIAO
|
|
type: {
|
|
type: String,
|
|
default: '2d'
|
|
},
|
|
// #endif
|
|
// #ifdef APP-NVUE
|
|
webviewStyles: Object,
|
|
// #endif
|
|
lStyle: String,
|
|
isDisableScroll: Boolean,
|
|
isClickable: {
|
|
type: Boolean,
|
|
default: true
|
|
},
|
|
enableHover: Boolean,
|
|
beforeDelay: {
|
|
type: Number,
|
|
default: 30
|
|
},
|
|
landscape: Boolean,
|
|
autoHideTooltip: {
|
|
type: Boolean,
|
|
default: false
|
|
}
|
|
}
|