Directive v-show

v-show works by setting the display CSS
property via inline styles, and will try to
respect the initial display value when the element
is visible. It also triggers transitions when its
condition changes.