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