Skip to content

Commit

Permalink
re-arrange VueSchoolLink like on other pages (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es authored Feb 28, 2023
1 parent e502048 commit addd1e8
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}

<VueSchoolLink href="https://vueschool.io/lessons/vue-3-global-vs-local-vue-components" title="コンポーネントの登録について学ぶ Vue.js の無料レッスン"/>

> このページは、すでに[コンポーネントの基礎](/guide/essentials/component-basics)を読んでいることを前提にしています。初めてコンポーネントに触れる方は、まずそちらをお読みください。
<VueSchoolLink href="https://vueschool.io/lessons/vue-3-global-vs-local-vue-components" title="コンポーネントの登録について学ぶ Vue.js の無料レッスン"/>

Vue のコンポーネントをテンプレートで使用する時は、それがどこで実装されているかを Vue に知らせるため、「登録」を行う必要があります。コンポーネントの登録方法には、グローバルとローカルの 2 つがあります。

## グローバル登録 {#global-registration}
Expand Down

1 comment on commit addd1e8

@vercel
Copy link

@vercel vercel bot commented on addd1e8 Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-ja – ./

docs-ja-vuejs.vercel.app
docs-ja-rose.vercel.app
docs-ja-git-main-vuejs.vercel.app
ja.vuejs.org

Please sign in to comment.