Joseph Izang
Joseph Izang

Reputation: 755

Vue typescript component extend style

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

Answers (1)

Related Questions