Skip to content

Filter Dynamic Arguments don't support object['key'] notation #3466

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

Closed
franciscolourenco opened this issue Aug 17, 2016 · 3 comments
Closed

Comments

@franciscolourenco
Copy link
Contributor

franciscolourenco commented Aug 17, 2016

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 and value | filter object['key'] should work

What is actually happening?

Only value | filter object.key works

@defcc
Copy link
Member

defcc commented Sep 24, 2016

@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

@yyx990803
Copy link
Member

@defcc yes, forgot to close!

@franciscolourenco
Copy link
Contributor Author

thank you!

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

No branches or pull requests

3 participants