We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Left side of assignment is not a reference
Invalid setter function body
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
fiddle: http://jsfiddle.net/xjbnttw7/1/
in Chrome: this warning is given Invalid setter function body: 'bar'
Invalid setter function body: 'bar'
in Safari and IE, we get ReferenceError: Left side of assignment is not a reference.
ReferenceError: Left side of assignment is not a reference.
This causes IE10 apps to break, but other browsers seem to be fine ignoring it
The text was updated successfully, but these errors were encountered:
I wonder if this is the same issue as https://github.com/yyx990803/vue/issues/776
edit: yup, same bug (namniak is on my team). Feel free to close and move this over.
Sorry, something went wrong.
do not set up watchers if v-with is bound to literal value (fix #776 & …
2d3cf2d
…#813)
Fixed now on dev branch.
dev
No branches or pull requests
fiddle: http://jsfiddle.net/xjbnttw7/1/
in Chrome: this warning is given
Invalid setter function body: 'bar'
in Safari and IE, we get
ReferenceError: Left side of assignment is not a reference.
This causes IE10 apps to break, but other browsers seem to be fine ignoring it
The text was updated successfully, but these errors were encountered: