Skip to content

Commit

Permalink
re-arrange VueSchoolLink like on other pages (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar authored Feb 28, 2023
1 parent e1df70d commit 63e0246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/components/registration.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Component Registration {#component-registration}

<VueSchoolLink href="https://vueschool.io/lessons/vue-3-global-vs-local-vue-components" title="Free Vue.js Component Registration Lesson"/>

> This page assumes you've already read the [Components Basics](/guide/essentials/component-basics). Read that first if you are new to components.
<VueSchoolLink href="https://vueschool.io/lessons/vue-3-global-vs-local-vue-components" title="Free Vue.js Component Registration Lesson"/>

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.

## Global Registration {#global-registration}
Expand Down

0 comments on commit 63e0246

Please sign in to comment.