Skip to content

Commit 9dcb0cc

Browse files
committed
chore: update docs
1 parent ba95053 commit 9dcb0cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/features/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineConfig({
2727
})
2828
```
2929

30-
```ts {6} [tsm.config.ts]
30+
```ts {6} [ts-macro.config.ts]
3131
import vueJsxVapor from 'vue-jsx-vapor/volar'
3232

3333
export default {

docs/introduction/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ export default defineConfig({
5353

5454
Due to `vue-jsx-vapor`'s support for all Vue directives and most Vue macros, the [ts-macro](https://github.com/ts-macro/ts-macro) VSCode plugin is required to enable TypeScript support when using the `vue-jsx-vapor/volar` plugin.
5555

56-
After installing the `ts-macro` VSCode plugin, it automatically loads `vue-jsx-vapor/volar` by analyzing vite.config.ts and shared vueJsxVapor options, eliminating the need to configure tsm.config.ts.
56+
After installing the `ts-macro` VSCode plugin, it automatically loads `vue-jsx-vapor/volar` by analyzing vite.config.ts and shared vueJsxVapor options, eliminating the need to configure ts-macro.config.ts.
5757

5858
::: code-group
5959

60-
```ts [tsm.config.ts]
60+
```ts [ts-macro.config.ts]
6161
import vueJsxVapor from 'vue-jsx-vapor/volar'
6262

6363
export default {

0 commit comments

Comments
 (0)