VUE中给template组件加背景

<template>
  <div class="index_background" >
  </div>
</template>
<style>
.index_background{ background: url('~@/../static/images/login-bg.png') center top no-repeat;}
</style>
posted @ 2018-10-16 09:31  彩色泡泡  阅读(3724)  评论(1编辑  收藏  举报