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

NonParsingTags should not be case-insensitive #5047

Merged
merged 1 commit into from
Mar 3, 2017
Merged

Conversation

jingsam
Copy link
Contributor

@jingsam jingsam commented Mar 1, 2017

In vue 2.0, the template is parsed by a Virtual DOM. The paring process is case-sensitive. For example, the VDOM can distinguish between <Button> and <button>. However, the function is isNonParsingTag is case-insensitive which shouldn't be.

@yyx990803 yyx990803 merged commit 13a14d5 into vuejs:dev Mar 3, 2017
@yyx990803
Copy link
Member

Thanks, good catch.

@jingsam jingsam deleted the patch-3 branch March 3, 2017 04:51
@icarusion
Copy link

Bravo

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

3 participants