Skip to content
Snippets Groups Projects
Commit cbd5b9f6 authored by Julian's avatar Julian
Browse files

Hide page until vue has loaded fully

parent 23acd06d
No related branches found
No related tags found
2 merge requests!1046Draft: Resolve "[3.0] Meta-issue for GraphQL back-end and Vue.js frontend",!1045Introduce Vuetify and GraphQL
Pipeline #74555 failed
...@@ -6,3 +6,11 @@ p, h1, h2, h3, h4, h5, h6, .card-title { ...@@ -6,3 +6,11 @@ p, h1, h2, h3, h4, h5, h6, .card-title {
overflow-wrap: break-word; overflow-wrap: break-word;
hyphens: auto; hyphens: auto;
} }
/////////////
// HELPERS //
/////////////
[v-cloak] {
display: none;
}
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</head> </head>
<body {% if no_menu %}class="without-menu"{% endif %}> <body {% if no_menu %}class="without-menu"{% endif %}>
<main id="app"> <main id="app">
<v-app> <v-app v-cloak>
{% if not no_menu %} {% if not no_menu %}
<v-navigation-drawer app v-model="drawer"> <v-navigation-drawer app v-model="drawer">
<v-list nav dense shaped> <v-list nav dense shaped>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment