codekraft-studio / vue-record

VueJs components for MediaRecorder API
https://codekraft-studio.github.io/vue-record/
MIT License
94 stars 57 forks source link

export 'default' (imported as 'VueRecord') was not found in '@codekraft-studio/vue-record' #21

Open thabrlawrenz opened 4 years ago

thabrlawrenz commented 4 years ago

I have added the library (0.0.3) in my code like this:

import VueRecord from '@codekraft-studio/vue-record'

Vue.use(VueRecord)

But I am getting a

export 'default' (imported as 'VueRecord') was not found in '@codekraft-studio/vue-record'