Open mattoni opened 8 years ago
I'll look into it for sure, however i'm out of the country until september. I'm planning on releasing a major update early to mid september this will be a top priority
@itsFrank is the update still planned? Could we possibly get a new ETA? Thanks!
@itsFrank I'm looking for this, too. Any news?
I'm attempting to set this up to work with Vue 2.0. First thing I had to do was edit the definitions from definitely typed for Vue so that it exports a default module instead.
Using vue-typescript, I get the following error:
vuecomponent.js:38Uncaught TypeError: Class constructor default_1 cannot be invoked without 'new'
and it points to the following block of code:
under the vuecomponent.js file.
Just wondering if there will be an update to support 2.0, and what I can do in the meantime so that I can get this working.
Thanks for all your hard work!