Skip to content

Commit 70b4d5d

Browse files
jay-esbencodezen
andauthored
docs: fix removed anchor (#2456)
* fix: removed anchor * docs: Update src/api/reactivity-core.md --------- Co-authored-by: Ben Hong <ben@bencodezen.io>
1 parent 99bda99 commit 70b4d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/reactivity-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Takes an inner value and returns a reactive and mutable ref object, which has a
4040
```
4141

4242
- **See also**
43-
- [Guide - Reactive Variables with `ref()`](/guide/essentials/reactivity-fundamentals#reactive-variables-with-ref)
43+
- [Guide - Reactivity Fundamentals with `ref()`](/guide/essentials/reactivity-fundamentals#ref)
4444
- [Guide - Typing `ref()`](/guide/typescript/composition-api#typing-ref) <sup class="vt-badge ts" />
4545

4646
## computed() {#computed}

0 commit comments

Comments
 (0)