### Version 3.2.11 ### Reproduction link [github.com](https://github.com/hl037/vue-loader-bug-svg-use) ### Steps to reproduce ``` yarn install yarn serve ``` Open the page then the devtool ### What is expected? The image should be present twice. The `<use>` tags should both have `href="[...].svg#logo"` ### What is actually happening? The image is present only once. The second `<use>` tag has `href="[...].svg"`, missing the `#logo` --- I'm making a PR to fix it. <!-- generated by vue-issues. DO NOT REMOVE -->