Skip to content

Fix #3824 Allow text nodes on static templates in components #3826

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
Oct 5, 2016

Conversation

posva
Copy link
Member

@posva posva commented Oct 1, 2016

It may be a better way to move the textnode out of the static render tree

Copy link

@DannyFeliz DannyFeliz left a comment

Choose a reason for hiding this comment

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

Statement misspelled?

@@ -523,4 +523,17 @@ describe('Component slot', () => {
expect(spy).toHaveBeenCalled()
}).then(done)
})

fit('renders static tree with text', () => {
Copy link

@DannyFeliz DannyFeliz Oct 3, 2016

Choose a reason for hiding this comment

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

fit or it?

Copy link
Member Author

Choose a reason for hiding this comment

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

I forgot to change it back to it. Thank you!

@yyx990803 yyx990803 merged commit c835ce5 into vuejs:dev Oct 5, 2016
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.

3 participants