vue 设置图片背景

css类

<template>
  <div class="home">
    <HelloWorld msg="Welcome to Your Vue.js App"/>
  </div>
</template>



  <style>
    .home {
      height: 100%;
      width: 100%;
      background-image: url('dy.jpg');
      /* background-size: cover; */
    }
  </style>

 

posted @ 2023-11-01 23:59  半日闲1  阅读(87)  评论(0编辑  收藏  举报