We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cb2ad commit 886a4e8Copy full SHA for 886a4e8
README.md
@@ -76,6 +76,13 @@ export default () => {
76
}
77
```
78
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
86
<details>
87
<summary>Vite</summary><br>
88
0 commit comments