Skip to content

Commit 0f893e7

Browse files
fix: add h3 in src/guide/typescript/composition-api.md (#1627)
* Update ssr.md * Update composition-api.md * Update ssr.md * Update src/guide/typescript/composition-api.md Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com> Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
1 parent 3d0fa56 commit 0f893e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/typescript/composition-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
## Typing Component Props
66

7+
### Using `<script setup>`
8+
79
When using `<script setup>`, the `defineProps()` macro supports inferring the props types based on its argument:
810

911
```vue

0 commit comments

Comments
 (0)