Hacker News new | ask | show | jobs
by JZumun 1804 days ago
According to petite-vue's readme, it supports the `v-cloak` directive [0], which is how vue recommends you hide the unprocessed template before it is mounted.

For more complicated logic, I think working with the @mounted event might work.

[0] https://v3.vuejs.org/api/directives.html#v-cloak

1 comments

Makes sense. Thanks!