Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stars not clicking #71

Open
jiromesarb opened this issue Mar 25, 2021 · 7 comments
Open

stars not clicking #71

jiromesarb opened this issue Mar 25, 2021 · 7 comments

Comments

@jiromesarb
Copy link

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
Copy link

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
Copy link

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

Can yor share the changes you made please?

@craigh411
Copy link
Owner

craigh411 commented Apr 18, 2021

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

@gerardorn
Copy link

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
Copy link

Any updates?

@tsukasaM
Copy link

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
Copy link

valh1996 commented Aug 31, 2021

Same problem... cannot click stars

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants