Version 1.0.0-rc7 - Modification Bug Carousel
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 34s
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 34s
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user