mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 01:53:55 +00:00
docs: fix components path (#19163)
This commit is contained in:
parent
cbe2ed6e3b
commit
fc19021022
@ -34,8 +34,8 @@ By default, only the `~/components` directory is scanned. If you want to add oth
|
|||||||
```js
|
```js
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
components: [
|
components: [
|
||||||
{ '~/components/special-components', prefix: 'Special' },
|
{ path: '~/components/special-components', prefix: 'Special' },
|
||||||
'~/components',
|
'~/components'
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user