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