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/cookbook/gradual-compositionapi-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The [Composition API](/guide/composition-api-introduction.html) is an advanced f
4
4
5
5
Due to the flexibility of the Composition API, you may need to be more explicit about organization so that future maintainers can quickly understand intended purpose of pieces of the application.
6
6
7
-
## Refactor your Mixins
7
+
## Refactor Your Mixins
8
8
9
9
If you've made use of mixins for reusable logic across components, it's recommended that you start your refactor here. Mixins translate very directly.
0 commit comments