forked from github/dataease
feat(图表): 图片组支持轮播
This commit is contained in:
parent
7a1f17f68b
commit
8dad50b4da
@ -71,9 +71,7 @@ const dataRowFiledName = ref([])
|
||||
let carouselTimer = null
|
||||
const { element, view, showPosition } = toRefs(props)
|
||||
|
||||
const isEditMode = computed(
|
||||
() => editMode.value === 'edit' && !showPosition.value.includes('canvas') && !mobileInPc.value
|
||||
)
|
||||
const isEditMode = computed(() => showPosition.value.includes('canvas') && !mobileInPc.value)
|
||||
|
||||
watch(
|
||||
() => isEditMode.value,
|
||||
|
Loading…
Reference in New Issue
Block a user