Skip to content

escape template #30

@bondarslavik

Description

@bondarslavik

Hy,
Thanks your, good library
I found an error when the quotation marks are escaped

before
<img alt="" :src="photo.src + (photo.version || '')">

after
'' +
'<img alt="" :src="photo.src + (photo.version || \'')">' +
'' +

two single quotation escaped as \'' but must \'\'

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions