Bart Sluis
Bart Sluis
Is there an ETA for this feature, and will it be available for Vuetify 2?
What I did for SVGO 2.x support is just chaining [svgo-loader](https://github.com/svg/svgo-loader), before passing to vue-svg-loader, and set `svgo: false` for vue-svg-loader. --- At that point the only thing this package...
@rightaway Easiest solution is to pick a different package that's actively maintained, though it has a different way to use it: ~~https://github.com/oliverfindl/vue-svg-inline-loader~~ EDIT: This package also relies on SVGO 1.x....
@ChrisRoss5 You're correct. It has been updated more recently, but also uses SVGO 1.x. I'll remove that recommendation.
Doesn't seem like it's being updated anymore. I ended up switching to `svgo-loader` for handling my svgo process and a custom loader to do the conversion to a Vue component....
Since it's already split by locale, would it be possible to refactor the translations of your codebase into one file per locale? Not just for the sake of i18n-ally, but...
I'm also having trouble getting consistent results from ghost-class, but haven't used any animations or transition-group. Just a plain Draggable component with :group and some listeners set. An issue in...