Vue.js version
2.0.3
Reproduction Link
https://jsbin.com/lurayuxofo/edit?html,js,console,output
Steps to reproduce
- Include inline SVG with some styles within a Vue instance
- Init vue instance
What is Expected?
- SVG to be styled according to the style element
What is actually happening?
- Vue is giving a warning "[Vue warn]: Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as