mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +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
|
```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.
|
3. For each other composable you are using from `@nuxtjs/composition-api`, follow the steps below.
|
||||||
|
Loading…
Reference in New Issue
Block a user