VUE中给template组件加背景

<template>
  <div class="index_background" >
  </div>
</template>
<style>
.index_background{ background: url('~@/../static/images/login-bg.png') center top no-repeat;}
</style>
原文地址:https://www.cnblogs.com/colorful-paopao1/p/9796105.html