Skip to content
Snippets Groups Projects
Commit 52889ffd authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

add comment why [v-cloak] is used, fixes #1294

Closes #1294

Merge request studip/studip!790
parent b80ba646
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@
width: 1px;
}
// Hide unrendered vue templates that have [v-cloak] set until they are rendered.
// @see https://vuejs.org/api/built-in-directives.html#v-cloak
[v-cloak] {
display: none;
}
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