Skip to content

Commit 1a13e11

Browse files
committed
chore: fix docs build
1 parent 9b7737d commit 1a13e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ defineComponent(
145145
- Will be inferred as a required prop when the expression ends with `!`.
146146
- The modified model's value can be read synchronously, without needing to `await nextTick()`. [Related issue](https://github.com/vuejs/core/issues/11080)
147147

148-
```tsx twoslash
148+
```tsx
149149
import { ref } from 'vue'
150150

151151
function Comp() {

0 commit comments

Comments
 (0)