jpkleemans/vite-svg-loader

Problems using ?url syntax

tiehfood opened this issue · 1 comments

I have the following snippet in my vue app:

<svg>

  <use href="@/assets/sp-icons.svg?url#breaktime" />

</svg>

but after compilation I get the following error message in the browser:
image

What am I missing and how can I fix this?

I'm using Vue with vite v4.3.9

It was a mistake on my configuration, so I will close this one