Skip to content

Commit 17041a2

Browse files
authored
docs: Correct indentation of a code sample in composition-api-helpers (#3067)
1 parent a9c6189 commit 17041a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/api/composition-api-helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This is the underlying helper that powers [`defineModel()`](/api/sfc-script-setu
4545
type ModelRef<T, M extends PropertyKey = string, G = T, S = T> = Ref<G, S> & [
4646
ModelRef<T, M, G, S>,
4747
Record<M, true | undefined>
48-
]
48+
]
4949
```
5050

5151
- **Example**

0 commit comments

Comments
 (0)