Globally registering vue components
In our vue applications, we might want to declare some components to be global components so that we can use them anywhere in our application without importing them each time. Let's see how to do that.
Which Components should be global.
The type of c...
codingbuddy.hashnode.dev7 min read