vue-bulma / rating

Rating component is based on starability.css for Vue Bulma
MIT License
12 stars 4 forks source link

Is it on vue 2 version ? #1

Open inNetto opened 7 years ago

inNetto commented 7 years ago

Im getting bugs on deprecated things of vue2 ex: $index

tks!

RamallahS commented 7 years ago

@IvanNetto, for vue 2 should change in Rating.vue

<template v-for="item in items"> to <template v-for="(item, $index) in items">