8000 docs: update disclaimer for provide inject composition api · vuejs-ar/docs-next@b9a819b · GitHub
[go: up one dir, main page]

Skip to content

Commit b9a819b

Browse files
committed
docs: update disclaimer for provide inject composition api
1 parent 20a15d1 commit b9a819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-provide-inject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Provide / Inject
22

3-
> This guide assumes that you have already read the [Composition API Introduction](composition-api-introduction.html) and [Reactivity Fundamentals](reactivity-fundamentals.html). Read that first if you are new to Composition API.
3+
> This guide assumes that you have already read the [Provide / Inject](component-provide-inject.html), [Composition API Introduction](composition-api-introduction.html), and [Reactivity Fundamentals](reactivity-fundamentals.html).
44
55
We can use [provide / inject](component-provide-inject.html) with the Composition API as well. Both can only be called during [`setup()`](composition-api-setup.html) with a current active instance.
66

0 commit comments

Comments
 (0)
0