We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c6189 commit 17041a2Copy full SHA for 17041a2
src/api/composition-api-helpers.md
@@ -45,7 +45,7 @@ This is the underlying helper that powers [`defineModel()`](/api/sfc-script-setu
45
type ModelRef<T, M extends PropertyKey = string, G = T, S = T> = Ref<G, S> & [
46
ModelRef<T, M, G, S>,
47
Record<M, true | undefined>
48
-]
+ ]
49
```
50
51
- **Example**
0 commit comments