Skip to content

Commit 0b08b08

Browse files
kazuponnaokie
andauthored
Update src/guide/web-components.md
Co-authored-by: Naoki Endoh <naokie@users.noreply.github.com>
1 parent 2312385 commit 0b08b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/web-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue と Web コンポーネント
22

3-
[Web コンポーネント (Web Components)](https://developer.mozilla.org/en-US/docs/Web/Web_Components) は開発者が再利用可能なカスタム要素 (custom elements) を作成するための一連の Web ネイティブ API の包括的な用語です。 Web Components (opening new window)は、開発者が再利用可能なカスタムエレメントを作成するための一連の Web ネイティブ API 向けの包括的な用語です。
3+
[Web コンポーネント (Web Components)](https://developer.mozilla.org/en-US/docs/Web/Web_Components) は開発者が再利用可能なカスタム要素 (custom elements) を作成するための一連の Web ネイティブ API の包括的な用語です。
44

55
私たちは Vue と Web コンポーネントを主に補完的な技術とみなすことができます。Vue はカスタム要素の作成と使うこと両方に対して優れたサポートを提供します。既にある Vue アプリケーションにカスタム要素を統合する場合や、Vue を使ってビルドしそしてカスタム要素を配布する場合においても、あなたには良き友です。
66

0 commit comments

Comments
 (0)