摘要: let html2canvas = null; export default { beforeMount() { import('html2canvas').then((plugin) => { html2canvas = plugin.default; }); }, methods: { // 获 阅读全文
posted @ 2023-11-24 13:29 东八区 阅读(122) 评论(0) 推荐(0)