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 3ebbb41 commit 830db9cCopy full SHA for 830db9c
src/api/composition-api-helpers.md
@@ -45,7 +45,7 @@ TypeScript を使用する場合は、代わりに [`defineSlots()`](/api/sfc-sc
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
- **例**
0 commit comments