mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-01 18:07:22 +00:00
docs: update addComponent
jsdoc comment (#19503)
This commit is contained in:
parent
6748211df4
commit
fe149618da
@ -20,7 +20,7 @@ export type AddComponentOptions = { name: string, filePath: string } & Partial<E
|
|||||||
>>
|
>>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register a directory to be scanned for components and imported only when used.
|
* Register a component by its name and filePath.
|
||||||
*
|
*
|
||||||
* Requires Nuxt 2.13+
|
* Requires Nuxt 2.13+
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user