Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guide/extras/web-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ declare module 'vue' {
}
```

## Vue ではない Web コンポーネントと TypeScript
## Vue ではない Web コンポーネントと TypeScript {#non-vue-web-components-and-typescript}

Vue で構築されていないカスタム要素の SFC テンプレートで型チェックを有効にする推奨の方法をご紹介します。

Expand Down