Vue: Vue stripping out styles from inline SVG

Created on 7 Nov 2016  路  7Comments  路  Source: vuejs/vue

Vue.js version

2.0.3

Reproduction Link

https://jsbin.com/lurayuxofo/edit?html,js,console,output

Steps to reproduce

  1. Include inline SVG with some styles within a Vue instance
  2. Init vue instance

What is Expected?

  1. SVG to be styled according to the style element

What is actually happening?

  1. 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