The Composition API Masterclass is out!
Sign-up for the Vue.js Masterclass 2024 Edition.
It’s time to add a NavBar to our application. It helps us navigate around and also see which user is the authenticated one.
We cover something new in this lesson: Single-instance components.
Single instance components are components that will be used once per page and do not accept any props. The style guide recommends that you name single-instance components with a “The” prefix, since there can only be one instance of the component.