vue给image src 赋值

错误写法:

<img src="{{ img_src }}" >

正确写法:

<img :src="img_src" />

 

 
posted @ 2020-08-13 11:07  海娇  阅读(2567)  评论(0)    收藏  举报