我这里为了同学们好理解,把所有元素都写到一个页面。1.第一步安装插件npminstallfile-savernpminstallxlsx2.第二步在mian.js中设置全局//vue中导出excel表格模板importFileSaverfrom'file-saver'importXLSXfrom'xlsx'Vue.prototype.$FileSaver=FileSaver;//设置全局Vue.prototype.$XLSX=XLSX;//设置全局3.第三步使用 <template><divcl