[Vuejs]-Send props and convert image to svg using vue-svg-inline-loader in Vue

0👍

According to this issue, it’s not possible to have vue bindings like :src, when using this library: https://github.com/oliverfindl/vue-svg-inline-loader/issues/2

This comment suggests to use this library instead: https://vue-svg-loader.js.org/

EDIT

In my humble opinion, a library that does not support VueJS bindings, is not useful. Can you switch to other library. This one seems promising: https://github.com/seiyable/vue-simple-svg

Leave a comment