LoginSignup
9
10

More than 5 years have passed since last update.

Vue.js 2.0で動的にimg要素のsrc属性を設定する方法

Posted at

Vue.js 2.0で動的にimg要素のsrc属性を設定する方法

<img v-bind:src="'images/hoge-' + piyo + '.png'"/>
9
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
10