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

This commit is contained in:
Connor Shea 2016-08-16 11:46:01 -06:00
parent 7f793ba035
commit 45f1a711c0
No known key found for this signature in database
GPG Key ID: 1993299A3C9BE6CF
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
}
}
// Hide element if Vue is still working on rendering it fully.
[v-cloak="true"] {
display: none!important;
display: none !important;
}