Skip to content

Commit 0c4f4b6

Browse files
docs: use tag instead of text for version support
1 parent 78d61f2 commit 0c4f4b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/api/composition-api-helpers.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ If using TypeScript, [`defineSlots()`](/api/sfc-script-setup#defineslots) should
2222
function useSlots(): Record<string, (...args: any[]) => VNode[]>
2323
```
2424

25-
## useModel() {#usemodel}
25+
## useModel() <sup class="vt-badge" data-text="3.4+" /> {#usemodel}
2626

2727
This is the underlying helper that powers [`defineModel()`](/api/sfc-script-setup#definemodel). If using `<script setup>`, `defineModel()` should be preferred instead.
2828

29-
- Only available in 3.4+
30-
3129
- **Type**
3230

3331
```ts

0 commit comments

Comments
 (0)