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