We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.11
github.com
yarn install yarn serve
Open the page then the devtool
The image should be present twice. The <use> tags should both have href="[...].svg#logo"
<use>
href="[...].svg#logo"
The image is present only once. The second <use> tag has href="[...].svg", missing the #logo
href="[...].svg"
#logo
I'm making a PR to fix it.
The text was updated successfully, but these errors were encountered:
fix(compiler-sfc): vuejs#4581 getImportsExpressionExp with hash
a53dff4
Subsequent calls with an url already in the import cache and with a hash returns the correct expression including each time the hash if one.
06c5bf5
Successfully merging a pull request may close this issue.
Version
3.2.11
Reproduction link
github.com
Steps to reproduce
Open the page then the devtool
What is expected?
The image should be present twice. The
<use>
tags should both havehref="[...].svg#logo"
What is actually happening?
The image is present only once. The second
<use>
tag hashref="[...].svg"
, missing the#logo
I'm making a PR to fix it.
The text was updated successfully, but these errors were encountered: