The Composition API Masterclass is out!
Sign-up for the Vue.js Masterclass 2024 Edition.
In this lesson we learn about Vue.js Mixins and how they enable us to share share logic between multiple components. We implement an asyncDataStatus mixin to hide page content on all pages until their data is loaded in.