You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some investigation, I managed to get it working. In my own components, I include Vuejs using this statement import Vue from 'vue/dist/vue.esm'; So, I explicitly tell Webpack to use the vue.esm build. After looking in the source code of the vue-rate-it I saw that it uses import Vue from 'vue';, hence I had to add an alias for the Vuejs in my webpack.conf.js.
Hello! Thank you for the great component. I'm currently trying to integrate it in my project. Here is the piece of code that I'm using.
Unfortunately, I receive warnings and errors when I use
v-model
I get no errors when I use
:rating
, but in both cases, I do not get any events fired.I attach a screenshot. Please, have a look.
The text was updated successfully, but these errors were encountered: