Skip to content

Commit

Permalink
docs: typo "Typescript" (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingCaiChong committed Mar 5, 2024
1 parent 8323f25 commit 06949d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/extras/web-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export function register() {

If you have many components, you can also leverage build tool features such as Vite's [glob import](https://vitejs.dev/guide/features.html#glob-import) or webpack's [`require.context`](https://webpack.js.org/guides/dependency-management/#requirecontext) to load all components from a directory.

### Web Components and Typescript {#web-components-and-typescript}
### Web Components and TypeScript {#web-components-and-typescript}

If you are developing an application or a library, you may want to [type check](/guide/scaling-up/tooling.html#typescript) your Vue components, including those that are defined as custom elements.

Expand Down

0 comments on commit 06949d6

Please sign in to comment.