From addd1e804604db11afaaaad393d7d5dfd490f70b Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Tue, 28 Feb 2023 21:35:48 +0900 Subject: [PATCH] re-arrange VueSchoolLink like on other pages (#1216) --- src/guide/components/registration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/components/registration.md b/src/guide/components/registration.md index b0f4c9251..5f97ec82e 100644 --- a/src/guide/components/registration.md +++ b/src/guide/components/registration.md @@ -1,9 +1,9 @@ # コンポーネントの登録 {#component-registration} - - > このページは、すでに[コンポーネントの基礎](/guide/essentials/component-basics)を読んでいることを前提にしています。初めてコンポーネントに触れる方は、まずそちらをお読みください。 + + Vue のコンポーネントをテンプレートで使用する時は、それがどこで実装されているかを Vue に知らせるため、「登録」を行う必要があります。コンポーネントの登録方法には、グローバルとローカルの 2 つがあります。 ## グローバル登録 {#global-registration}