Compare commits
2 Commits
8d87f67b99
...
ba6f0d7812
| Author | SHA1 | Date | |
|---|---|---|---|
| ba6f0d7812 | |||
| 6e9b5176e1 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user