docs: fix a typo in code example (#21057)

This commit is contained in:
Yue Yang 2023-05-25 22:06:26 +08:00 committed by GitHub
parent a672cd7a42
commit 8cfad859ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ Because some composables have been removed and don't yet have a replacement, thi
::
```diff
- import { ref, useContext } from '@nuxtjs/composition-api`
- import { ref, useContext } from '@nuxtjs/composition-api'
```
3. For each other composable you are using from `@nuxtjs/composition-api`, follow the steps below.