fix: 移除console输出

This commit is contained in:
2025-11-01 16:08:25 +08:00
parent 3b6857637b
commit fc164beaf3

View File

@ -104,7 +104,6 @@
watch(height, (h) => {
if (h > 0) {
carouselHeight.value = h + 40 + 'px';
console.log('carouselHeight updated:', carouselHeight.value);
}
});