4 lines
112 B
SCSS
4 lines
112 B
SCSS
// Hide element if Vue is still working on rendering it fully.
|
|
[v-cloak='true'] {
|
|
display: none !important;
|
|
}
|