Skip to content

Commit 44ce407

Browse files
authored
Merge pull request #374 from nesso-pfl/fix-on-composition-api-setup
2 parents ae85012 + 4304322 commit 44ce407

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)