码迷,mamicode.com
首页 > Web开发 > 详细

Vue.js——打包之后资源路径产生问题

时间:2018-06-27 21:11:12      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:article   dia   ack   IV   tao   turn   image   data   引入   

  • https://blog.csdn.net/qq_30632003/article/details/79353035
  • https://www.cnblogs.com/diantao/p/7776523.html
  • 对于url,下面的设置比较可行,通过 require 引入
<template>
  <div class="recImage">
    <div :style="{backgroundImage:‘url(‘+urlData+‘)‘}"></div>
  </div>
</template>
<script>
export default {
  data() {
    return {
      urlData: ""
    };
  }
};
</script>

 

Vue.js——打包之后资源路径产生问题

标签:article   dia   ack   IV   tao   turn   image   data   引入   

原文地址:https://www.cnblogs.com/wuqiuxue/p/9235783.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!