Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update application-config.md #704

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Update application-config.md #704

merged 1 commit into from
Nov 20, 2020

Conversation

vjandrei
Copy link
Contributor

I added this app.mount to the code block to visual more what the before mounting your application means.
This way it´s clear to check that the mount() is after the config. I personal used time to asking why my code is not working and got answer that the config needs to be before mount. After this I readed again the documentation and saw the first lines "You can modify its properties listed below before mounting your application"

Description of Problem

Proposed Solution

Additional Information

I added this app.mount to the code block to visual more what the before mounting your application means. 
This way it´s clear to check that the mount() is after the config. I personal used time to asking why my code is not working and got answer that the config needs to be before mount. After this I readed again the documentation and saw the first lines "You can modify its properties listed below before mounting your application"
Copy link
Member

@NataliaTepluhina NataliaTepluhina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vjandrei thank you for the addition 👍🏻

@NataliaTepluhina NataliaTepluhina merged commit 1e772b3 into vuejs:master Nov 20, 2020
nick-lai pushed a commit to nick-lai/docs-next that referenced this pull request Dec 2, 2020
I added this app.mount to the code block to visual more what the before mounting your application means. 
This way it´s clear to check that the mount() is after the config. I personal used time to asking why my code is not working and got answer that the config needs to be before mount. After this I readed again the documentation and saw the first lines "You can modify its properties listed below before mounting your application"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants