mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-09 16:53:33 +02:00
App Configurations Intro (#1452)
* App Configurations Intro * Update content/roadmaps/105-vue/content/100-fundamental-topics/105-app-configurations.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b67af1d854
commit
69d3ddb078
@@ -1 +1,7 @@
|
||||
# App configurations
|
||||
# App Configurations
|
||||
|
||||
Every application instance exposes a `config` object that contains the configuration settings for that application. You can modify its properties before mounting your application.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://vuejs.org/api/application.html#app-config'>Official Documentation</BadgeLink>
|
||||
<BadgeLink colorScheme='blue' badgeText='Official API Documentation' href='https://vuejs.org/api/application.html'>official API Documentation</BadgeLink>
|
||||
|
Reference in New Issue
Block a user