pdf viewer component cannot load images

前端 未结 0 1039
一个人的身影
一个人的身影 2021-01-22 10:13
  pdfjsLib.getDocument({data: this.props.pdfData}).then((pdf) => {
      this.setState({pdf: pdf});
    });

I have changed the above block of code to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题