VUE loop statement v-for bind label attributes

vue-for binding attributes (src, etc.)

<img : src="data.src" />

If the attribute cannot be displayed normally, add v-bind in front of:

<img v-bind: src="data.src" />

Guess you like

Origin blog.csdn.net/qq_43592084/article/details/108928939