From: sudongyu <76603360+sudongyuer@users.noreply.github.com> Date: Mon, 8 Nov 2021 01:02:20 +0000 (+0800) Subject: chore: typo (#4910) [ci skip] X-Git-Tag: v3.2.22~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065c367175c0e93b3cce38d0a031c94c59e570ff;p=thirdparty%2Fvuejs%2Fcore.git chore: typo (#4910) [ci skip] --- diff --git a/packages/ref-transform/README.md b/packages/ref-transform/README.md index 7de8d6d214..33948af37a 100644 --- a/packages/ref-transform/README.md +++ b/packages/ref-transform/README.md @@ -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'