10 2022 档案
摘要:
错误示例截图 解决方法 修改shims-vue.d.ts中的内容 declare module "*.vue" { import { defineComponent } from "vue"; const Component: ReturnType<typeof defineComponent>;
阅读全文

摘要:
安装依赖 yarn add html2canvas 实现代码 toImage() { // 手动创建一个 canvas 标签 const canvas = document.createElement("canvas") // 获取父标签,意思是这个标签内的 DOM 元素生成图片 // imageT
阅读全文
