摘要: 添加多个页面组件ref,每个页面组件加一个回调函数来判断此页面数据是否已经加载完毕,加载完毕所有页面后执行导出 import React, { useContext, useEffect, useRef, useState } from 'react'; import styles from './ 阅读全文
posted @ 2023-11-15 15:58 wangmeihao 阅读(158) 评论(0) 推荐(0)
摘要: html2canvas+jspdf import useCompToPDF from '@/hooks/use-pdf-hooks/usePDFHooks'; const ref = useRef<HTMLDivElement>(null); const { exportPDf } = useCom 阅读全文
posted @ 2023-11-15 15:00 wangmeihao 阅读(49) 评论(0) 推荐(0)
摘要: 官网:http://www.sortablejs.com/ 中文文档:https://www.itxst.com/sortablejs/neuinffi.html github地址如下:https://github.com/SortableJS/react-sortablejs import Rea 阅读全文
posted @ 2023-11-15 14:55 wangmeihao 阅读(328) 评论(0) 推荐(0)