Vue.js:
<Carousel autoplay v-model="CarouselValue" class="physical-carousel">
I want to decide whether autoplay
is added or not based on a condition.
for example, in data, I have an attribute of loading.
what if loading is false, and then autoplay is added as an attribute in this < Carousel >
component?