VueJs V-cloak

v-cloak will remain on the element until the associated Vue instance finishes compilation. This directive can be used to hide un-compiled mustache bindings until the Vue instance is ready.

[v-cloak] {
	display:none
}

The <div> will not be visible until the compilation is done.