SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

Error when putting vue component inside slide #483

Closed leolux closed 5 years ago

leolux commented 5 years ago

The error I got is:

[Vuetify] The activator slot must be bound, try '<template v-slot:activator="{ on }"><v-btn v-on="on">'

I have v-for and a simple component like that:

<slide v-for="item of myItems">
 <simple-component :name="item.name"></simple-component>
</slide>

Any idea what is missing or wrong?

leolux commented 5 years ago

It was only a syntax error.