You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2/guide/mixins.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ order: 301
8
8
9
9
Mixins are a flexible way to distribute reusable functionalities for 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.
10
10
11
+
<divclass="vue-mastery"><ahref="https://www.vuemastery.com/courses/next-level-vue/mixins"target="_blank"rel="noopener"title="Mixins Tutorial">Watch a video explanation on Vue Mastery</a></div>
0 commit comments