Skip to content

hl037/vue-loader-bug-svg-use

Repository files navigation

mwe

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.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

A bug with svg use url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published