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 missing step in Vue tutorial #3421

Merged
merged 1 commit into from Jun 17, 2021
Merged

Add missing step in Vue tutorial #3421

merged 1 commit into from Jun 17, 2021

Conversation

itskitto
Copy link
Contributor

@itskitto itskitto commented Jun 7, 2021

Changes

  • Changed the copy on line 129 so that it would match what's written in the code for clarity.
  • Add a section that makes it a bit more obvious that, in addition to what's changed in the index.js file, we'll also need to create a mounting element in the index.html for our Vue component.

Testing

A change in the docs so I'm not sure if tests were necessary but I did pull everything locally and ran the yarn test. CLI said that it passed 198 out of 198 tests.

Docs

Doc/tutorial updated

- Changed the copy on `line 129` so that it would match what's written in the code for clarity.
- Add a section that makes it a bit more obvious that, in addition to what's changed in the `index.js` file, we'll also need to create a mounting element in the `index.html` for our Vue component.
@itskitto itskitto requested a review from a team as a code owner June 7, 2021 16:37
@vercel
Copy link

vercel bot commented Jun 7, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/pikapkg/snowpack/FsbTyBsRShYZ386f3TBAe8aSk3CX
✅ Preview: https://snowpack-git-fork-itskitto-patch-1-pikapkg.vercel.app

+ createApp(App).mount('#root');
```

The page should now say "Learn Vue". Congratulations! You now have your first Vue component!
The page should now say "Welcome to my Vue app!". Congratulations! You now have your first Vue component!
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is correct! 🙂

Copy link
Collaborator

@drwpow drwpow left a comment

Choose a reason for hiding this comment

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

Awesome, thank you!

@drwpow drwpow merged commit a9137b5 into FredKSchott:main Jun 17, 2021
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.

None yet

2 participants