Skip to content

Commit 4304322

Browse files
committed
Fix on guide/composition-api-setup.md
1 parent ae85012 commit 4304322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ setup(props) {
4848
}
4949
```
5050

51-
`title` オプションのプロパティである場合`props` から抜けている可能性があります。その場合、 `toRefs` では `title` の ref はつくられません。代わりに `toRef` を使う必要があります:
51+
`title` が省略可能なプロパティである場合`props` から抜けている可能性があります。その場合、 `toRefs` では `title` の ref はつくられません。代わりに `toRef` を使う必要があります:
5252

5353
```js
5454
// MyBook.vue

0 commit comments

Comments
 (0)