@hzy1123581324/z-view-ui
Version:
z-view-ui是使用vue3开发的组件,开发中,有部分组件功能未实现,慎用
46 lines (45 loc) • 791 B
JavaScript
export default {
props: {
// #ifdef APP-PLUS-NVUE
bgColor: String,
// #endif
content: String,
copyLink: {
type: Boolean,
default: true
},
domain: String,
errorImg: {
type: String,
default: ''
},
lazyLoad: {
type: Boolean,
default: false
},
loadingImg: {
type: String,
default: ''
},
pauseVideo: {
type: Boolean,
default: true
},
previewImg: {
type: Boolean,
default: true
},
scrollTable: Boolean,
selectable: Boolean,
setTitle: {
type: Boolean,
default: true
},
showImgMenu: {
type: Boolean,
default: true
},
tagStyle: Object,
useAnchor: null
}
}