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:
What am I missing and how can I fix this?
I'm using Vue with vite v4.3.9