5 lines
80 B
CSS
5 lines
80 B
CSS
/* Hide pages while localization is loading */
|
|
[v-cloak] {
|
|
display: none;
|
|
}
|