Skip to content

component flags support #3

@humphreyja

Description

@humphreyja

Add ability to use flags. So currently we have this

<vue-input :disabled="true" :required="true"></vue-input>

It would be nice to be able to do this

<vue-input disabled required></vue-input>

or at least (without the vue bindings/colons)

<vue-input disabled="true" required="true"></vue-input>

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