...

I'm using vue-pdf for pdf-viewer. but I have got this error.

this is my code

<template>
...
<pdf :src="pdfUrl" />
...
</template>

<script>
...
import pdf from 'vue-pdf'

export default {
  ...
  components: {
   ...,
   pdf
  }
  data() {
    return ({
      pdfUrl: "...",
      ....
    })
  }
}
</script>

this is error image enter image description here

please help me.

0

There are 0 best solutions below