14 January 2017 / vue 【Vue】绑定img标签的src属性 使用Vue绑定img标签时,需要使用如下方式: <img v-bind:src="imgUrl"> 不要用{{}},直接使用变量