You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2/api/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1023,7 +1023,7 @@ type: api
1023
1023
- an object where the keys are the local binding name and the value is either:
1024
1024
- the key (string or Symbol) to search for in available injections, or
1025
1025
- an object where:
1026
-
- the `name` property is the key (string or Symbol) to search for in available injections, and
1026
+
- the `from` property is the key (string or Symbol) to search for in available injections, and
1027
1027
- the `default` property is used as fallback value
1028
1028
1029
1029
> Note: the `provide` and `inject` bindings are NOT reactive. This is intentional. However, if you pass down an observed object, properties on that object do remain reactive.
0 commit comments