mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
docs: capitalize titles (#29768)
This commit is contained in:
parent
4f2d990079
commit
54798540ef
@ -48,7 +48,7 @@ const double = computed(() => count.value * 2)
|
|||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Vue and Nuxt composables
|
### Vue and Nuxt Composables
|
||||||
|
|
||||||
<!-- TODO: move to separate page with https://github.com/nuxt/nuxt/issues/14723 and add more information -->
|
<!-- TODO: move to separate page with https://github.com/nuxt/nuxt/issues/14723 and add more information -->
|
||||||
|
|
||||||
@ -159,7 +159,7 @@ export default defineNuxtConfig({
|
|||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
## Auto-import from third-party packages
|
## Auto-import from Third-Party Packages
|
||||||
|
|
||||||
Nuxt also allows auto-importing from third-party packages.
|
Nuxt also allows auto-importing from third-party packages.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user