Vue: Vue stripping out styles from inline SVG

Created on 1 Oct 2020  ·  11Comments  ·  Source: vuejs/vue

Version

2.6.11

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