mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: replace invalid link to composables (#5611)
This commit is contained in:
parent
c4f64faaf7
commit
d2c3727c5f
@ -100,7 +100,7 @@ Used with the `setup` keyword in the `<script>` definition, here is the above co
|
||||
|
||||
The goal of Nuxt 3 is to provide a great developer experience around the Composition API.
|
||||
|
||||
- Use auto-imported [Reactivity functions](https://vuejs.org/api/reactivity-core.html) from Vue and Nuxt 3 [built-in composables](/api/composables).
|
||||
- Use auto-imported [Reactivity functions](https://vuejs.org/api/reactivity-core.html) from Vue and Nuxt 3 [built-in composables](/api/composables/use-async-data).
|
||||
- Write your own auto-imported reusable functions in the `composables/` directory.
|
||||
|
||||
### TypeScript support
|
||||
|
Loading…
Reference in New Issue
Block a user