Skip to content

Convert v-show to v-if in management.html #1

Description

@jaywon

v-if will conditionally render and destroy elements in the DOM, while v-show will just manipulate the display CSS property but elements will not be cleaned up on hide.

https://vuejs.org/v2/guide/conditional.html#v-if-vs-v-show

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions