图片查看组件

This commit is contained in:
2023-08-02 11:53:46 +08:00
parent 151eafbe51
commit 6e9b5176e1

View File

@@ -99,7 +99,10 @@ onMounted(() => {
})
watch(() => props.index, (newValue, oldValue) => {
console.log(props.index,newValue)
imageTab.value = newValue;
console.log(carousel.value)
// watchSet(imageTab.value)
});
</script>