Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Update docs/content/2.guide/2.features/10.app-config.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
pi0 and danielroe authored Aug 19, 2022
1 parent ad18dd6 commit 6498540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/2.features/10.app-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ console.log(themeConfig)
```

::alert{type=warning}
Destructuring `appConfig` causes it to loose reactivity. Always use `computed` or provide key to access a sub-key.
Destructuring `appConfig` causes it to lose reactivity. Always use `computed` or provide key to access a sub-key.
::

<!-- TODO: Document module author for extension -->
Expand Down

0 comments on commit 6498540

Please sign in to comment.