mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +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+
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user