Skip to content

Commit 856187c

Browse files
committed
1 parent f748809 commit 856187c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/reactivity-fundamentals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ ref がレンダーコンテキスト(render contenxt - [setup()](composition-ap
7373
</script>
7474
```
7575

76-
::tip
76+
:::tip
7777
If you don't need to access the actual object instance, you can wrap it in a reactive:
7878

7979
```js
80-
rested: reactive({
80+
nested: reactive({
8181
count
8282
})
8383
```
84-
::
84+
:::
8585

8686
### リアクティブオブジェクト内でのアクセス
8787

0 commit comments

Comments
 (0)