Reputation: 755
I am learning Vuejs with typescript components. Using class based components was really straight forward for me but the other type using Vue.extend({}) gives me errors. Can anyone point me in the direction of articles, blog posts or videos that I can learn more about migrating a vue component based on the Vue.extend style on class based components.
Thank you
Upvotes: 1
Views: 1623
Reputation: 357
hope below links will help you to figure it out
https://ordina-jworks.github.io/frontend/2019/03/04/vue-with-typescript.html https://www.sitepoint.com/class-based-vue-js-typescript
Upvotes: 1