Skip to content

Commit 63e0246

Browse files
authored
re-arrange VueSchoolLink like on other pages (#2243)
1 parent e1df70d commit 63e0246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/components/registration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Component Registration {#component-registration}
22

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

99
## Global Registration {#global-registration}

0 commit comments

Comments
 (0)