From e1ba96dab5dce8f6218e232d089e2bbd5d075459 Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:06:38 +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 75b72bbc17..9e3b9d175c 100644 --- a/src/guide/extras/web-components.md +++ b/src/guide/extras/web-components.md @@ -300,7 +300,7 @@ declare module 'vue' { } ``` -## Non-Vue Web Components and TypeScript +## Non-Vue Web Components and TypeScript {#non-vue-web-components-and-typescript} Here is the recommended way to enable type checking in SFC templates of Custom Elements that are not built with Vue.