Skip to content

Commit

Permalink
docs: Correct indentation of a code sample in composition-api-helpers…
Browse files Browse the repository at this point in the history
… (#3067)
  • Loading branch information
bryceandy authored Oct 15, 2024
1 parent a9c6189 commit 17041a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/composition-api-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This is the underlying helper that powers [`defineModel()`](/api/sfc-script-setu
type ModelRef<T, M extends PropertyKey = string, G = T, S = T> = Ref<G, S> & [
ModelRef<T, M, G, S>,
Record<M, true | undefined>
]
]
```

- **Example**
Expand Down

0 comments on commit 17041a2

Please sign in to comment.