From 588de81b87ca181fa74dee7aecc18bb56af8b993 Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:07:11 +0900 Subject: [PATCH] docs: add missing anchor --- src/guide/extras/web-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/extras/web-components.md b/src/guide/extras/web-components.md index 3a0718dd9..71bcd1437 100644 --- a/src/guide/extras/web-components.md +++ b/src/guide/extras/web-components.md @@ -300,7 +300,7 @@ declare module 'vue' { } ``` -## Vue ではない Web コンポーネントと TypeScript +## Vue ではない Web コンポーネントと TypeScript {#non-vue-web-components-and-typescript} Vue で構築されていないカスタム要素の SFC テンプレートで型チェックを有効にする推奨の方法をご紹介します。