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.
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
1.0.26
http://jsfiddle.net/nbq25a5L/
Try to access an object property using the object['key'] notation in a filter parameter.
object['key']
Both value | filter object.key and value | filter object['key'] should work
value | filter object.key
value | filter object['key']
Only value | filter object.key works
The text was updated successfully, but these errors were encountered:
@yyx990803 this issue seems to be fixed already with #3734
I update the demo here http://jsfiddle.net/nbq25a5L/1/ , use 1.0.27 version
Sorry, something went wrong.
@defcc yes, forgot to close!
thank you!
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Vue.js version
1.0.26
Reproduction Link
http://jsfiddle.net/nbq25a5L/
Steps to reproduce
Try to access an object property using the
object['key']
notation in a filter parameter.What is Expected?
Both
value | filter object.key
andvalue | filter object['key']
should workWhat is actually happening?
Only
value | filter object.key
worksThe text was updated successfully, but these errors were encountered: