401 Views
A Guide to building better Vue components Vue.js provides two ways to load components - one globally at the Vue instance and the other at the component level. Both methods provide their own benefits. Loading a component globally makes it accessible from any template within your application including subcomponents.
0 comments