Skip to content

Commit 7d95faa

Browse files
bryceandyjay-es
authored andcommitted
docs: Correct indentation of a code sample in composition-api-helpers (#3067)
1 parent 3ebbb41 commit 7d95faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/composition-api-helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ TypeScript を使用する場合は、代わりに [`defineSlots()`](/api/sfc-sc
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
- ****

0 commit comments

Comments
 (0)