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.](http://codepen.io/Nirazul/pen/GoWowJ)** Version: 1.0.13