Skip to content

Commit fe46aa6

Browse files
committed
[composition] fix dead link, close #141
1 parent 106ef86 commit fe46aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0013-composition-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ state.count++ // -> 2
199199

200200
**Here `double` is an object that we call a "ref", as it serves as a reactive reference to the internal value it is holding.**
201201

202-
> You might be aware that Vue already has the concept of "refs", but only for referencing DOM elements or component instances in templates ("template refs"). Check out [this](./api.html#template-refs) to see how the new refs system can be used for both logical state and template refs.
202+
> You might be aware that Vue already has the concept of "refs", but only for referencing DOM elements or component instances in templates ("template refs"). Check out [this](https://composition-api.vuejs.org/api.html#template-refs) to see how the new refs system can be used for both logical state and template refs.
203203
204204
In addition to computed refs, we can also directly create plain mutable refs using the `ref` API:
205205

0 commit comments

Comments
 (0)