Skip to content

Commit a1371b0

Browse files
authored
Update reactivity-transform.md (vuejs#2176)
fix typo
1 parent 9716e36 commit a1371b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/reactivity-transform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function useMouse() {
246246
}
247247
```
248248

249-
### Using `$()` on destructured props {#using-on-destructured-props}
249+
### Using `$$()` on destructured props {#using-on-destructured-props}
250250

251251
`$$()` works on destructured props since they are reactive variables as well. The compiler will convert it with `toRef` for efficiency:
252252

0 commit comments

Comments
 (0)