Skip to content

Commit 74788fb

Browse files
authored
Update src/cookbook/gradual-compositionapi-migration.md
1 parent facf05d commit 74788fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cookbook/gradual-compositionapi-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The [Composition API](/guide/composition-api-introduction.html) is an advanced feature introduced in Vue 3. It is purely additive, and the Options API is not legacy. You may find, however, that the Composition API can be a useful feature for more flexible large-scale architectures. So how would we go about introducing it in a larger system, gradually? What follows is merely a recommendation, there are many potential ways forward.
44

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.
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 the intended purpose of pieces of the application.
66

77
## Refactor Your Mixins
88

0 commit comments

Comments
 (0)