Vue
Fundamentals of Vue.js

Adding Vue Mixins

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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