Skip to content

possibly silly request #915

@mark-hahn

Description

@mark-hahn

I don't like mustache bindings. I think they are noisy and hurt readability. I have managed to avoid them in my Vue app except for one place. That is where the component can be dynamically bound.

    <div id='page-comp' v-component='{{curPage}}' keepAlive>

Is there any logical way to remove the need for this? I would only suggest this if the change made things more orthogonal/consistent overall.

Maybe an argument, like ...

    <div id='page-comp' v-component='select: curPage' keepAlive>

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