1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-24 01:56:37 +00:00

docs: update addComponent jsdoc comment ()

This commit is contained in:
Clément Ollivier 2023-03-07 12:12:54 +01:00 committed by GitHub
parent 6748211df4
commit fe149618da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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+
*/