craigh411 / vue-star-rating

:star: A simple, highly customisable star rating component for Vue 2.x. / 3.x
https://jsfiddle.net/craig_h_411/992o7cq5/
MIT License
661 stars 87 forks source link

stars not clicking #71

Open jiromesarb opened 3 years ago

jiromesarb commented 3 years ago

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

sebdesign commented 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.

gerardorn commented 3 years ago

it's worked with me , i used vue3 i make some changes on it

Can yor share the changes you made please?

craigh411 commented 3 years ago

I can't replicate this. Does somebody have a repo with an example so I can check it out?

gerardorn commented 3 years ago

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

OverDriveGain commented 3 years ago

Any updates?

tsukasaM commented 3 years ago

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.

valh1996 commented 3 years ago

Same problem... cannot click stars

<star-rating
    v-model:rating="form.rating"
    :clearable="true"
>