BS
Size: a a a
BS
ДТ
Vue.component('my-component',{
template: `
<img
v-for="modification in modifications"
:src="/path/calculator/img/modifications/${modification.value}.png"
>
`
})⠀
Vue.component('my-component',{
template: `
<img
v-for="modification in modifications"
:src="/path/calculator/img/modifications/${modification.value}.png"
>
`
})⠀
ДТ
MH
Vue.component('my-component',{
template: `
<img
v-for="modification in modifications"
:src="/path/calculator/img/modifications/${modification.value}.png"
>
`
})MH
MH
👀
:src="`/path/calculator/img/modifications/${modification.value}.png`"ДТ
ДТ
ДТ
:src="`/path/calculator/img/modifications/${modification.value}.png`"Uncaught SyntaxError: Unexpected token '{'MH
MH
Uncaught SyntaxError: Unexpected token '{'ДТ
ДТ
MH
MH
ДТ