mirror of https://github.com/vuejs/core.git
chore: typo (#4910) [ci skip]
This commit is contained in:
parent
7a5c784452
commit
065c367175
|
@ -6,8 +6,8 @@
|
|||
|
||||
## Basic Rules
|
||||
|
||||
- `$()` to turn refs into reative variables
|
||||
- `$$()` to access the original refs from reative variables
|
||||
- `$()` to turn refs into reactive variables
|
||||
- `$$()` to access the original refs from reactive variables
|
||||
|
||||
```js
|
||||
import { ref, watch } from 'vue'
|
||||
|
|
Loading…
Reference in New Issue