Skip to content

Instantly share code, notes, and snippets.

@jcramirez
Last active September 13, 2017 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcramirez/4f1f91fbff297ec2ab6f6e7dea074f13 to your computer and use it in GitHub Desktop.
Save jcramirez/4f1f91fbff297ec2ab6f6e7dea074f13 to your computer and use it in GitHub Desktop.
Prevent showing mustaches before Vue.js is ready
// css
[v-cloak] {
display: none;
}
// html
<div v-cloak>
{{ message }}
</div>
// https://vuejs.org/v2/api/#v-cloak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment