Closed leolux closed 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:
v-for
<slide v-for="item of myItems"> <simple-component :name="item.name"></simple-component> </slide>
Any idea what is missing or wrong?
It was only a syntax error.
The error I got is:
I have
v-for
and a simple component like that:Any idea what is missing or wrong?