Skip to content

Commit 5cbc3d0

Browse files
authored
Update composition-api-faq.md
1 parent 8420c68 commit 5cbc3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/composition-api-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Yes in terms of stateful logic. When using Composition API, there are only a few
110110

111111
If you intend to exclusively use Composition API (along with the options listed above), you can shave a few kbs off your production bundle via a [compile-time flag](https://github.com/vuejs/core/tree/main/packages/vue#bundler-build-feature-flags) that drops Options API related code from Vue. Note this also affects Vue components in your dependencies.
112112

113-
### Can I use both APIs together in the same component? {#can-i-use-both-apis-together-in-the-same-component}
113+
### Can I use both APIs in the same component? {#can-i-use-both-apis-in-the-same-component}
114114

115115
Yes. You can use Composition API via the [`setup()`](/api/composition-api-setup.html) option in an Options API component.
116116

0 commit comments

Comments
 (0)