-
-
Notifications
You must be signed in to change notification settings - Fork 5k
v-link does not correctly resolve bindings #23
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
Comments
I believe this was fixed by #9, but the build in Can you try building your own version from master? I bet that will fix your problem. |
yes, building from master fixed the issue |
Hey @Lidbetter @adam12 @yyx990803 , Pretty newbie in this new environment, i'm developping my front-end skills on my new portfolio ! Some awesome friends gave me as challenge to do my personnal website on VueJS, from them it's an amazing new framework. |
@crispouille clone this repo, |
@yyx990803 Sry for the delay to answer ! Thank you Evan, trying to do it, however I'll need to get webpack, no ? |
I build this repo https://github.com/vuejs/vue-router and it's still not working :/ i can't get a dynamic v-link from a v-repeat directive :( |
Sorry @yyx990803 @Lidbetter , I'm comin back on this issue. I really don't get how to get this dynamic link... It awefuly blocks me in my development... :( |
@crispouille please read the latest doc. Use a JavaScript expression instead of mustaches. |
@yyx990803 |
I end up at
http://exmaple.com/#!/games/{{ game.id }}
, nothttp://exmaple.com/#!/games/23
The text was updated successfully, but these errors were encountered: