zswilhelm
Results
2
comments of
zswilhelm
I have the same problem with: "nuxt": "^3.0.0", "vue3-carousel": "^0.2.8" I used: @init="handleInit" @slide-start="handleSlideStart" in tag and methods: { handleInit() { console.log("created"); }, handleSlideStart(data) { console.log("slide-start", data); }, }, console.log:...
> @zswilhelm hi, how did you setup vue3-carousel on the nuxt3 stable? https://ismail9k.github.io/vue3-carousel/getting-started.html#basic-using