Skip to content

Commit a138a2a

Browse files
Update application.md (#2138)
* Update application.md Mention [Augmenting Global Properties](https://vuejs.org/guide/typescript/options-api.html#augmenting-global-properties) under `app.config.globalProperties`. This guide is really hard to find, because it is in Options API section, while it actually has uses in Composition API as well. * Update src/api/application.md Co-authored-by: skirtle <[email protected]> Co-authored-by: skirtle <[email protected]>
1 parent 3a81094 commit a138a2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/application.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,8 @@ An object that can be used to register global properties that can be accessed on
522522
}
523523
}
524524
```
525+
526+
- **See also:** [Guide - Augmenting Global Properties](/guide/typescript/options-api.html#augmenting-global-properties) <sup class="vt-badge ts" />
525527

526528
## app.config.optionMergeStrategies {#app-config-optionmergestrategies}
527529

0 commit comments

Comments
 (0)