Skip to content

filters in props not working with literal string #2118

@nirazul

Description

@nirazul

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions