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

Add return statement to Vue.js instance initialization #14

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

fdc2001
Copy link
Contributor

@fdc2001 fdc2001 commented Jun 19, 2024

This pull request enhances the Vue.js application by ensuring the Vue instance is correctly returned after initialization. By adding a return statement to the Vue.js instance initialization code, the application’s stability and functionality are improved, aligning with best practices in Vue.js development.

Changes:

• Added a return statement to the Vue.js instance initialization code.

Ensures the Vue instance is returned correctly after initialization.
@ijpatricio
Copy link
Owner

Hello @fdc2001

I'm going to merge, thanks!

Due to #18 , the return will change, as there will be the option to not auto-mount, so that plugins can be added to Vue.

@ijpatricio ijpatricio merged commit 71310db into ijpatricio:main Jul 20, 2024
1 check passed
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