chore: typo (#4910) [ci skip]

This commit is contained in:
sudongyu
2021-11-08 09:02:20 +08:00
committed by GitHub
parent 7a5c784452
commit 065c367175

View File

@@ -6,8 +6,8 @@
## Basic Rules ## Basic Rules
- `$()` to turn refs into reative variables - `$()` to turn refs into reactive variables
- `$$()` to access the original refs from reative variables - `$$()` to access the original refs from reactive variables
```js ```js
import { ref, watch } from 'vue' import { ref, watch } from 'vue'