LoginSignup
3
3

More than 3 years have passed since last update.

Vue.js(Nuxt.js)で画像を表示させる方法(imgタグ、背景画像)

Posted at

Vue.js(Nuxt.js)で画像を表示させる方法

imgタグとして画像を表示させる

<img src="~/assets/keyvisual.jpg">

背景画像として表示させる

background: url("~@/assets/keyvisual.jpg");
3
3
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
3
3