Back to Developer Roadmap

Component Registration

src/data/roadmaps/vue/content/[email protected]

4.0356 B
Original Source

Component Registration

A Vue component needs to be "registered" so that Vue knows where to locate its implementation when it is encountered in a template. There are two ways to register components: global and local.

Visit the following resources to learn more: