Closed
Description
Hello,
With Vue 1 "style" attribute is "merged", but with Vue 2 it is completely overwritten. Is this by design?
In the following jsfiddle, if you remove "style" attribute it will then apply "style" from within component definition. As long as "style" is present on "" (from main HTML window), it will completely overwrite component's style:
https://jsfiddle.net/rstoenescu/t0kb6vyu/2/
Thanks!