Skip to content
Snippets Groups Projects
Commit c4ba3705 authored by xaralis's avatar xaralis
Browse files

Add v-cloak handling

parent 65a4c13d
No related branches found
No related tags found
No related merge requests found
......@@ -90,3 +90,7 @@ a.icon-link:hover {
}
}
/* Hide vue templates before rendering */
[v-cloak] {
@apply hidden;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment