Open jiromesarb opened 3 years ago
I have the same issue here, and I'm still trying to debug this.
It seems that the events from the Star
component are emitted, but the StarRating
component is not responding.
it's worked with me , i used vue3 i make some changes on it
Can yor share the changes you made please?
I can't replicate this. Does somebody have a repo with an example so I can check it out?
I can't replicate this. Does somebody have a repo with an example so I can check it out?
Created a new vue project with only the component and it worked. I'll try to integrate the other dependencies we use on this new project and try to replicate the issue
Any updates?
Idk why, but it works, after I just copied star-rating.vue, star.vue, and, AlphaColor.js from node_modules to my directory, and changed some paths. I'm using vue 3.
Same problem... cannot click stars
<star-rating
v-model:rating="form.rating"
:clearable="true"
>
I'm using vue 3 and followed the instruction here https://www.npmjs.com/package/vue-star-rating. I put the component inside my Home.vue. I can see the stars but I can't click them