Refactoring to nested abstract components

added by JavaScript Kicks
1/2/2019 9:18:15 AM

890 Views

Though it's often more easier to extract shared behavior as mixins to be used across components in Vue.js, this post describes at a high level how I used abstract components to achieve the same goal and the advantages of doing so.


0 comments