-
I'm rendering my pages on server side and I found a problem that only occurs on first page render.
When I'm trying to access a page with StarRating I get the following error:
```
Vue warn]: Error i…
-
Tapping on the star does fire _@ratingSeleceted_ event with correct value but it **does not** update the UI properly. It throws a warning in the console:
> [Vue warn]: You may have an infinite upd…
-
Regarding https://it-at-m.github.io/muc-patternlab-vue/?path=/docs/muccomment--docs
We should extend the documentation of `rating` a bit further by providing infos on when a star is considered "hal…
-
https://github.com/JonathanDn/vue-stars-rating/blob/master/star-rating.vue#L88
![image](https://user-images.githubusercontent.com/26913511/69161081-90d82000-0b25-11ea-8796-1fed512def37.png)
Why …
-
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
-
Im using version 2.1.0
if i import using createapp, then it breaks the entire compilation of vue saying it cannot call method mount of undefined.
if i import it as a component from within a compon…
-
Trying to add the plugin as per the vue-formulate documentation for nuxt.
Here is the doc ref where I got the syntax from : [https://vueformulate.com/guide/installation/#nuxt](url)
Please see …
-
Suggestions for adding to web UI
* ability to update track `ratings`
server has endpoint for updating track ratings that can be triggered from web ui using:
```
library_track_set_rating (trac…
-
Hi,
I'm not a front-end developer, so there may be a solution that I'm not aware of, but it would be nice to see when the user's mouse pointer *leaves* the vue-rate-it component.
My use case: I …
-
I have a problem. I'm using Vue.js and Laravel to paginate. I have Vue.js code:
```
new Vue({
el: '.container',
data: {
reviews: [],
pagin…