Skip to content

Switch the Virtual DOM CodePen to the Vue account #942

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

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

skirtles-code
Copy link
Contributor

Closes #451.

In addition to migrating the CodePen to the Vue account, I have made the following changes to the Haml. Emphasis mine:

Line 9:

The virtual DOM in is a lightweight JavaScript object, created by this render function

The virtual DOM is a lightweight JavaScript object, created by this render function

Line 15:

If we need to update the list items, we do so in javascript

If we need to update the list items, we do so in JavaScript

Line 17:

The Virtual DOM allows us to make performant update our UIs!

The Virtual DOM allows us to make performant updates to our UIs!

Line 92:

= succeed "," do

= succeed ", [" do

@NataliaTepluhina NataliaTepluhina merged commit 4f326b9 into vuejs:master Mar 12, 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.

Typo in Virtual DOM animation demo in codepen
2 participants