Open inNetto opened 7 years ago
Im getting bugs on deprecated things of vue2 ex: $index
tks!
@IvanNetto, for vue 2 should change in Rating.vue
<template v-for="item in items"> to <template v-for="(item, $index) in items">
<template v-for="item in items">
<template v-for="(item, $index) in items">
Im getting bugs on deprecated things of vue2 ex: $index
tks!