As stated in the VueJS documentation, the v-cloak
directive serves to conceal uncompiled mustache bindings until the Vue instance is fully prepared. This means that a particular element, such as a div
, can be hidden and only displayed once Vue is ready.
Is there a feature within VueJS that functions inversely, remaining hidden until VueJS is completely initialized?