vuejs / vue-class-component

ES / TypeScript decorator for class-style Vue components.
MIT License
5.81k stars 429 forks source link

Async composition functions and setup helper #463

Closed shaci closed 4 years ago

shaci commented 4 years ago

Sorry for dumb question, I newbie in vue 3 and vue-class-component. If I define async/await useCounter (initial example of useCounter without async/await here https://github.com/vuejs/vue-class-component/issues/416#issue-607043808), I get error after click on the plus button image Error: image

How do I can fix it?

Originally posted by @shaci in https://github.com/vuejs/vue-class-component/issues/416#issuecomment-703125787

ktsn commented 4 years ago

fixed in beta.4