Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created September 28, 2024 17:32
Show Gist options
  • Save james2doyle/f2d2b4eaaa926591ea56f034e22831fe to your computer and use it in GitHub Desktop.
Save james2doyle/f2d2b4eaaa926591ea56f034e22831fe to your computer and use it in GitHub Desktop.
Trick with v-cloak in Vuejs but updated for Alpine and x-cloak. From https://medium.com/vuejs-tips/v-cloak-45a05da28dc4
[x-cloak],
[x-cloak]>* {
display: none !important;
}
[x-cloak]::before {
content: "loading\2026";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment