scholtz / qrcode-vue3

MIT License
86 stars 33 forks source link

The requested module 'qrcode-vue3' does not provide an export named 'default' #36

Open DevDengChao opened 1 year ago

DevDengChao commented 1 year ago

It does not work when used in Nuxt3 app in production.

There is an example repository: https://github.com/DevDengChao/qrcode-vue3-nuxt3-build-and-preview-issue-example

build-and-preview

DevDengChao commented 1 year ago

@danielroe @pi0 @antfu Hi, do you have time to take a look on this issue? There is a qr code component works fine when running nuxt dev but failed when running nuxt build && nuxt preview.

yhagus commented 7 months ago

I managed fix this issue by using import QRCodeVue3 from "qrcode-vue3/src/QRCodeVue3.vue";

thomasruffier commented 4 months ago

Same problem here. Your solution works sometimes but not all the times