Skip to content

Commit

Permalink
chore: remove outdated warning for reactive provide (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed Dec 11, 2023
1 parent f9823d9 commit 51ccfee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/guide/components/provide-inject.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ export default {

The `computed()` function is typically used in Composition API components, but can also be used to complement certain use cases in Options API. You can learn more about its usage by reading the [Reactivity Fundamentals](/guide/essentials/reactivity-fundamentals) and [Computed Properties](/guide/essentials/computed) with the API Preference set to Composition API.

:::warning Temporary Config Required
The above usage requires setting `app.config.unwrapInjectedRef = true` to make injections automatically unwrap computed refs. This will become the default behavior in Vue 3.3 and this config is introduced temporarily to avoid breakage. It will no longer be required after 3.3.
:::

</div>

## Working with Symbol Keys {#working-with-symbol-keys}
Expand Down

0 comments on commit 51ccfee

Please sign in to comment.