bemto
bemto copied to clipboard
v-bind:src bug in bemto
+e.IMG.image(v-bind:src="slide.original") doesn't work. After i removed the +e. it works. Seems like if i'm using bemto with img tag and v-bind:src the string from v-bind:src becomes weird base64 string. I'm usng clean installation of Vue with the latest vue-cli tools (major version 3)
Please check screenshots below.
P. S. I love bemto, thank you

@qluqua
Yes it is. You can fix it with small glitch.
+e.IMG.image(src="23%" v-bind:src="slide.original")
or (as u said before), you can use this way
instead of +e.IMG.className => img.bem-block__className
Not good, but it solving a problem.