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

Is it on vue 2 version ? #1

Open
inNetto opened this issue Dec 28, 2016 · 1 comment
Open

Is it on vue 2 version ? #1

inNetto opened this issue Dec 28, 2016 · 1 comment

Comments

@inNetto
Copy link

inNetto commented Dec 28, 2016

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

tks!

@RamallahS
Copy link

RamallahS commented Feb 6, 2017

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

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

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

No branches or pull requests

2 participants