diff --git a/packages/kit/src/components.ts b/packages/kit/src/components.ts index aae9e45072..4d9391e1d7 100644 --- a/packages/kit/src/components.ts +++ b/packages/kit/src/components.ts @@ -20,7 +20,7 @@ export type AddComponentOptions = { name: string, filePath: string } & Partial> /** - * 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+ */