
body {
  visibility: hidden;      /* hide until mounted */
}

body[data-v-app-mounted="true"] {
  visibility: visible;
}