preview documents : pdf、docx、xlsx
yarn
yarn dev
yarn pub
yarn add react-doc-previewer canvas-datagrid docx-preview xlsx
import Previewer from 'react-doc-previewer';
...
<Previewer
docFiles={[
`${window.location.origin}/测试—demo.pdf`,
`${window.location.origin}/测试—demo.docx`,
`${window.location.origin}/测试—demo.xlsx`,
]}
/>