-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
is attribute still present in the DOM after compilation #2666
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
Labels
Comments
Hmm, can't really tell much from the component alone, would prefer an actual repro. |
I'll make a proper repro then |
GuillaumeLeclerc
added a commit
to GuillaumeLeclerc/vue
that referenced
this issue
Apr 15, 2016
Fixing the bug was actually way quicker than making a repro so I made a PR (#2672) that fixes this. |
yyx990803
pushed a commit
that referenced
this issue
Apr 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vue.js version
1.0.21
Reproduction Link
I was not able to reproduce it in a jsfiddle. I can upload the whole thing to webpackbin if needed
https://github.com/GuillaumeLeclerc/vue-seo/blob/master/src/components/headDisplayer.vue
(When the component is used multiples times)
Steps to reproduce
Create multiple elements with a :is attribute.
What is Expected?
The :is attribute is removed from the markup after being compiled
What is actually happening?
All the :is attribute are visible in the dom (except for the first one)
Node the behavior is perfectly correct just the
is
attribute is displayed as a string.Thank you
The text was updated successfully, but these errors were encountered: