摘要: export const loadView = (view) => { return () => require(`@/views/${view}`) } 改为 export const loadView = (view) => { return (resolve) => require([`@/v 阅读全文
posted @ 2020-07-09 14:31 假装学习 阅读(1861) 评论(0) 推荐(0) 编辑
摘要: 页面截图,快照vue使用 第一步 npm install html2canvas 第二步 在使用的页面引入 import html2canvas from 'html2canvas'; 页面 截图内容外框 id nodeBox <template> <div class="app-container 阅读全文
posted @ 2020-07-09 14:22 假装学习 阅读(511) 评论(0) 推荐(0) 编辑