gerardreches / vue-qrcode-component

Create QR codes with a simple Vue component
https://gerardreches.github.io/vue-qrcode-component/
MIT License
124 stars 21 forks source link

index.js npm #2

Closed kyoukhana closed 7 years ago

kyoukhana commented 7 years ago

I find when compiling with webpack. I needed to change the following.

From

module.exports = QRCode

To

import QRCode from './src/QRCode.vue'

export default QRCode
gerardreches commented 7 years ago

I will take a look at this, thanks for reporting.

gerardreches commented 7 years ago

Fixed in v2.1.0