Skip to content

img srcset compiler error. #701

Closed
Closed
@zhe-he

Description

@zhe-he

when i use
<img src="../images/card1.png" srcset="../images/card1@2x.png 2x,../images/card1@3x.png 3x" />
in .vue.
it will be compiled
<img src="dist/images/card1.png" srcset="../images/card1@2x.png 2x,../images/card1@3x.png 3x" />.
It's not a correct thing to do actually.It should be
<img src="dist/images/card1.png" srcset="dist/images/card1@2x.png 2x,dist/images/card1@3x.png 3x" />.

Can add srcset compiler?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions