Commit 45f1a711 authored by Connor Shea's avatar Connor Shea

Add comment for v-cloak selector. [ci skip]

parent 7f793ba0
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
} }
} }
// Hide element if Vue is still working on rendering it fully.
[v-cloak="true"] { [v-cloak="true"] {
display: none!important; display: none !important;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment