Jan-Paul Kleemans

Results 35 comments of Jan-Paul Kleemans

Hi, does it work when omitting the `?component` param?

Could you share a [Code Sandbox](https://codesandbox.io/s/) to reproduce the problem?

Hi, did you load `viteSvgLoader()` in your `vite.config.js` file? If yes, then I think unplugin-vue-components doesn't pipe components through the loaded vite plugins. Maybe it's best then to contact them...

Hi, could you share some code of the component where you load your svg file?

That's strange indeed. Have you tried adding `?raw`? That should also work with native JS imports

Hi, Vue doesn't support tags in components. There are 2 options: 1. Use the `inlineStyles` plugin from svgo. See https://github.com/svg/svgo#built-in-plugins 2. Change the `style` tag to `svg:style` (VueJS parser doesn't...

That's strange. For me it works out of the box. Could you please share (part of) your project so I can try to find out whats going wrong?

Hi, thanks for your PR. Why not always set the path? What would be the downsides?

Hi, I agree. It would be nice if you could set the path through the config, but if you didn't then the path would be set automatically. Can you update...