2018年10月29日

vue .map 文件

摘要: 参数: productionSourceMap:false 这个改为false。去掉打包产生的map文件 map文件的作用:定位线上错误代码位置; 阅读全文

posted @ 2018-10-29 11:38 童彪 阅读(404) 评论(0) 推荐(0)

vue 设置背景

摘要: <span :style="{ 'background': 'url(' + aboutImg1 + ') no-repeat center center', 'background-size': '100% 100%'}">1</span> .aboutL ul > li > span.about 阅读全文

posted @ 2018-10-29 10:56 童彪 阅读(272) 评论(0) 推荐(0)

导航