You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was asking myself. I start using svg-loader with Vue-cli, but it miss some key feature like dynamic rendering(as you do in this package). Are you aware of benefits to use svg-loader if I'm using your package?
Very nice work btw. This package should receive more attention than vue-simple-svg.
The text was updated successfully, but these errors were encountered:
I think you should choose what approach you prefer.
Svg-loader inlines svg into markup. No dynamic requests are needed but markup size grows.
Vue-inline-svg works opposite. Markup stays clean. But you have to wait for images to load.
So maybe you can combine them in the way, that some images can be inlined and some can be loaded asynchronously.
Hey,
I was asking myself. I start using svg-loader with Vue-cli, but it miss some key feature like dynamic rendering(as you do in this package). Are you aware of benefits to use svg-loader if I'm using your package?
Very nice work btw. This package should receive more attention than vue-simple-svg.
The text was updated successfully, but these errors were encountered: