Version 1.0.0-rc7 - Modification Bug Carousel
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 34s

This commit is contained in:
2025-08-29 15:26:00 +02:00
parent bc72044270
commit 3c9fca85e3

View File

@@ -136,6 +136,7 @@ function updateSlots() {
}
}
allSlots.value.forEach((slot, index) => {
if(slot.props.mobile == undefined) return;
if (slot.props.mobile == '' && (window.innerWidth > 769 && window.innerHeight > 607)) {
allSlots.value.splice(index, 1);
}
@@ -145,7 +146,6 @@ function updateSlots() {
ready.value = true;
}, 100)
}
</script>
<style scoped>
.notactive {