-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
safari error with template and v-repeat #484
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 can't seem to reproduce this. Can you make a jsfiddle? |
Sure, here it is: http://jsfiddle.net/40yppdLg/1/ I'm able to see the iteration of v-repeat rendered in latest Chrome, Firefox and IE11. However in Safari, i'm getting the error. |
This is actually caused by a nasty bug in Safari: http://jsfiddle.net/3s73zgjn/ In the meanwhile my suggestion is use a wrapper div instead of a template for now, I'll see how the webkit team reacts to the bug report. |
Interesting. Thanks for looking into it! |
Ok, it's now worked-around in the next branch. Hope they fix it soon... |
Hi just as a follow up Since this seems still an issue, wouldn't be useful to place a warn on the docs until Apple fixes the bug? |
@dwightjack the jsbin seems to work fine for me in Safari 8. |
You're right! |
First, thanks for this great library!
In Safari (7.1), i'm getting this error
when using template with v-repeat
It appears to be working fine in Chrome and Firefox. I'm running
0.11.0-rc2
The text was updated successfully, but these errors were encountered: