Closed
Description
Vue.js version
2.0.2
Reproduction Link
http://codepen.io/anon/pen/WGyrdz
Steps to reproduce
Just load up the page in edge or internet explorer (11) with your console open. Vue will display the warning "duplicate attribute: class".
When removing the class
attribute, the warning goes away.
What is Expected?
No warnings :). I expect vue to use both the regular class
attribute and the :class
attribute and merge them together into the class
attribute.
Metadata
Metadata
Assignees
Labels
No labels