Skip to content
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

filters in props not working with literal string #2118

Closed
nirazul opened this issue Jan 5, 2016 · 0 comments
Closed

filters in props not working with literal string #2118

nirazul opened this issue Jan 5, 2016 · 0 comments

Comments

@nirazul
Copy link

nirazul commented Jan 5, 2016

I've come across the quite common use case to apply a filter to a computed prop:
<my-comp :prop=" 'MY HAPPY STRING' | lowercase "></my-comp>

Unfortunately this will not work and it just displays the whole content as if it was a literal binding.

Please see also this attached fiddle.

Version: 1.0.13

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

No branches or pull requests

1 participant