Outline

Mixins are a way to add more functionality to Vue instances and Vue components. A mixin object can contain any component options. When a component uses a mixin, all options in the mixin will be “mixed” into the component's own options. In this video, you will learn how to add mixins to a Vue.js application.

 

I finished! On to the next chapter