LEARNING BY VUEING

Global components
38 / 42

Generic, often reused components can be registered globally.

In this example, we can use LoadingSpinner anywhere because it was registered in main.js using Vue.component.

Try adding a new global component VMessage for alert (success, warning or error) messages and add it to App.vue.