vue2 结合 docx-preview 实现 word 文档预览

1、效果

vue2 结合 docx-preview 实现 word 文档预览_第1张图片

2、实现步骤
  • 安装 docx-preview 依赖,并引入 renderAsync 方法
yarn add docx-preview
import { renderAsync } from 'docx-preview'
  • dom
    vue2 结合 docx-preview 实现 word 文档预览_第2张图片
  • 使用

接口返回 blob 数据流, 传入 renderAsync 方法, renderAsync 方法接收 blob 数据流 和 渲染 dom 容器两个参数。
vue2 结合 docx-preview 实现 word 文档预览_第3张图片

你可能感兴趣的:(vue,word,docx-preview,vue文档预览,word文档预览)