mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed conflict
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { reactive, ref, onMounted } from 'vue'
|
||||
import { reactive, ref, onMounted } from "vue";
|
||||
|
||||
import AsideBarComponent from "@/components/AsidebarComponent.vue";
|
||||
import HeaderComponent from "@/components/HeaderComponent.vue";
|
||||
@@ -117,17 +117,16 @@ export default {
|
||||
stopAutoPlay()
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
console.error(error)
|
||||
} catch (error) {
|
||||
void(error);
|
||||
}
|
||||
}
|
||||
|
||||
function stopAutoPlay() {
|
||||
autoPlay.value = 0
|
||||
autoPlay.value = 0;
|
||||
}
|
||||
|
||||
return { slides, autoPlay, handleStepCarousel, stopAutoPlay, targetColor }
|
||||
return { slides, autoPlay, handleStepCarousel, stopAutoPlay, targetColor };
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user