Skip to content

Commit 886a4e8

Browse files
committed
chore: update readme
1 parent e0cb2ad commit 886a4e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ export default () => {
7676
}
7777
```
7878

79+
## Typescript
80+
81+
Because of vue-jsx-vapor support all directives and most macros of Vue,
82+
so we need the VSCode plugin [ts-macro](https://github.com/ts-macro/ts-macro) to use the `vue-jsx-vapor/volar` plugin for Typescript support.
83+
It works similarly to [@vue/language-tools](https://github.com/vuejs/language-tools) but only used for `ts` or `tsx` files.
84+
85+
7986
<details>
8087
<summary>Vite</summary><br>
8188

0 commit comments

Comments
 (0)