2塘

生命本应极度清明而免于杂乱无章

01 2020 档案

摘要:vue+elementUI,icon打包后不显示,需要在build→utils.js文件中修改 1.找到build文件夹下utils.js文件 2.在以下代码片段中加入 publicPath: '../../' if (options.extract) { return ExtractTextPlu 阅读全文
posted @ 2020-01-17 14:57 2塘 阅读(1385) 评论(0) 推荐(0)
摘要:1 function downFile(content, fileName){ 2 const dom = document.createElement('a') // 隐藏的a标签,href为输出流 3 const blob = new Blob([content], { type: 'appli 阅读全文
posted @ 2020-01-03 17:30 2塘 阅读(1447) 评论(0) 推荐(0)