Closed kyoukhana closed 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
I will take a look at this, thanks for reporting.
Fixed in v2.1.0
I find when compiling with webpack. I needed to change the following.
From
To