vue-star-rating icon indicating copy to clipboard operation
vue-star-rating copied to clipboard

stars not clicking

Open jiromesarb opened this issue 3 years ago • 7 comments

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

jiromesarb avatar Mar 25 '21 08:03 jiromesarb

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.

sebdesign avatar Mar 26 '21 18:03 sebdesign

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

Can yor share the changes you made please?

gerardorn avatar Apr 18 '21 05:04 gerardorn

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

craigh411 avatar Apr 18 '21 13:04 craigh411

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

gerardorn avatar Apr 20 '21 15:04 gerardorn

Any updates?

OverDriveGain avatar May 11 '21 22:05 OverDriveGain

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.

tsukasaM avatar May 13 '21 07:05 tsukasaM

Same problem... cannot click stars

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

valh1996 avatar Aug 31 '21 22:08 valh1996