require-vuejs icon indicating copy to clipboard operation
require-vuejs copied to clipboard

escape template

Open bondarslavik opened this issue 6 years ago • 0 comments

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 \'\'

bondarslavik avatar May 31 '18 07:05 bondarslavik