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

docs: Fix code example for upgrade guide docs #16729

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

NicholasDawson
Copy link
Contributor

Just a small documentation fix.

Changed createVue() to createApp() in the code example because this is the correct usage.

Description

This change will ensure people looking to migrate will not be confused. Especially for those unfamiliar with Vue3.
Reference from Vue docs

@NicholasDawson NicholasDawson changed the title DOCS: Fix code example for upgrade guide docs docs: Fix code example for upgrade guide docs Feb 21, 2023
@KaelWD KaelWD changed the base branch from next to master February 21, 2023 06:11
changed `createVue()` to `createApp()` because this is the correct usage
@KaelWD KaelWD merged commit 6ef2482 into vuetifyjs:master Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants