require-vuejs
require-vuejs copied to clipboard
escape template
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 \'\'