Skip to content

Commit d0d0f56

Browse files
committed
docs: use highlight of line because code ++ is bugged
1 parent 63fff08 commit d0d0f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ Then, if you have an `env.d.ts` file like the one created by `npm vue create <my
146146

147147
::: code-group
148148

149-
```ts [env.d.ts]
149+
```ts{2} [env.d.ts]
150150
/// <reference types="vite/client" />
151-
/// <reference types="unplugin-vue-router/client" /> // [!code ++]
151+
/// <reference types="unplugin-vue-router/client" />
152152
```
153153

154154
:::

0 commit comments

Comments
 (0)