vue-pdf preview pdf error Cannot read properties of undefined (reading 'catch')

After the project starts, the PDF preview reports an error:

Cannot read properties of undefined (reading 'catch')

It is a version problem, solve it: enter the command in the console

npm install [email protected]
npm install [email protected]

Guess you like

Origin blog.csdn.net/xiaopihair123/article/details/130879181