3.0.11
Reproduction linkhttps://github.com/lukewarlow/vue-server-render-bug
Steps to reproduceClone the git repository. Run npm install
and then npm run generate
. This will generate a dist/static/index.html
file. (One is already generated)
The generated html file should have two picture elements which point to different images in both the source element and the img element. As seen in the source file at src/views/Home.vue
.
In dist/static/index.html
you will be able to see that the img elements have different src
values which is correct. But the source elements both have the same srcset
value which is incorrect.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4