Skip to content

Commit 76a8a2a

Browse files
committed
docs: fix the description of Writable Computed in CompositionAPI
1 parent 66013aa commit 76a8a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/computed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const fullName = computed({
255255
</script>
256256
```
257257

258-
`fullName = 'John Doe'` を呼ぶと、setter 関数が呼び出され、`firstName``lastName` が適切に更新されます。
258+
`fullName.value = 'John Doe'` を呼ぶと、setter 関数が呼び出され、`firstName``lastName` が適切に更新されます。
259259

260260
</div>
261261

0 commit comments

Comments
 (0)