mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
||||
export default defineNuxtConfig({
|
||||
components: [
|
||||
{ '~/components/special-components', prefix: 'Special' },
|
||||
'~/components',
|
||||
{ path: '~/components/special-components', prefix: 'Special' },
|
||||
'~/components'
|
||||
]
|
||||
})
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user