Closed
Description
when i use
<img src="../images/card1.png" srcset="../images/[email protected] 2x,../images/[email protected] 3x" />
in .vue.
it will be compiled
<img src="dist/images/card1.png" srcset="../images/[email protected] 2x,../images/[email protected] 3x" />
.
It's not a correct thing to do actually.It should be
<img src="dist/images/card1.png" srcset="dist/images/[email protected] 2x,dist/images/[email protected] 3x" />
.
Can add srcset compiler?
Metadata
Metadata
Assignees
Labels
No labels