mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix a typo in code example (#21057)
This commit is contained in:
parent
a672cd7a42
commit
8cfad859ac
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user