Feedback on Random Quote Machine Please (Vue.js)

Finished it yesterday. Any feedback is appreciated.

Good job. Looks nice. I am learning Vue so the code makes sense.
Though I have never seen v-cloak.

Thanks. v-cloak is used to hide variable names before Vue finishes loading initially. stuff like: {{ message }}
You have to give it a css class tho, like:

[v-cloak] { display: none }

1 Like