Skip to content

Feature : v-show modifier for toggling visibility #2382

@weotch

Description

@weotch

It would be nice to be able to do:

<div v-show.visible="bool"></div>

... to toggle between visibility:hidden and visibility:visible.

My use case is an element with a transition. When the element transitions out, I'd prefer for the space it took up to not collapse.

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