vue-qrcode-reader icon indicating copy to clipboard operation
vue-qrcode-reader copied to clipboard

export 'default' (imported as 'VueQrcodeReader') was not found in 'vue-qrcode-reader'

Open yuchiko opened this issue 3 years ago • 0 comments

Describe the bug Can't use VueQrcodeReader component. Have a bug in console which says "export 'default' (imported as 'VueQrcodeReader') was not found in 'vue-qrcode-reader'

To Reproduce

  • install library
  • import it
  • note the issue

Screenshots image

Desktop (please complete the following information): I think that the issue here because of my project setup:

  • ruby 2.6.3
  • postgres 9.6
  • redis
  • node 13.8.0
  • vue 2.6.10

To solve Found that you can add "sourceType": "unambiguous" to your babel.config.js file to fix this issue Link: https://github.com/AnomalyInnovations/serverless-bundle/issues/32

yuchiko avatar Jan 03 '22 15:01 yuchiko