Compare commits

...

2 Commits

Author SHA1 Message Date
ba6f0d7812 Merge remote-tracking branch 'origin/main' 2023-08-02 11:53:54 +08:00
6e9b5176e1 图片查看组件 2023-08-02 11:53:46 +08:00

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>