Skip to content

Instantly share code, notes, and snippets.

@belocer
Last active February 3, 2021 06:52
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 belocer/33d21b0e45a0ccb6f8c4325c19ac388b to your computer and use it in GitHub Desktop.
Save belocer/33d21b0e45a0ccb6f8c4325c19ac388b to your computer and use it in GitHub Desktop.
Vue.js убираем дёргания и отображение интерполяции при загрузки страницы.
<style>
[v-cloak] {
display: none;
}
</style>
<div id="app" v-cloak>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment