fix: 移除console输出
This commit is contained in:
@ -104,7 +104,6 @@
|
|||||||
watch(height, (h) => {
|
watch(height, (h) => {
|
||||||
if (h > 0) {
|
if (h > 0) {
|
||||||
carouselHeight.value = h + 40 + 'px';
|
carouselHeight.value = h + 40 + 'px';
|
||||||
console.log('carouselHeight updated:', carouselHeight.value);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user