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

v-pre is still parsing/compiling custom components #8286

Closed
tyurderi opened this issue Jun 1, 2018 · 0 comments
Closed

v-pre is still parsing/compiling custom components #8286

tyurderi opened this issue Jun 1, 2018 · 0 comments
Assignees

Comments

@tyurderi
Copy link

tyurderi commented Jun 1, 2018

Version

2.5.4

Reproduction link

https://jsfiddle.net/hgp7w8kr/1/

Steps to reproduce

As you can see the <v-input> element is still rendered while the <component>-element is not rendered (as in the test, here)

What is expected?

<v-input></v-input>
<component></component>

What is actually happening?

<div>Hello World</div>
<component></component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants