A minimal working example showing a bug with the url of svg <use>
tag.
In App.vue
, there are two divs with an svg imported with the same use. But when running the server, the first one is correct, the second one is missing the #logo
that prevent the browser to know the root element of the SVG.
yarn install
yarn serve
yarn build
yarn lint