Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs(kit): add missing auto-import kit utilities
  • Loading branch information
Lexpeartha committed Aug 22, 2022
commit 4a876b94918c1be6e8e6cc4b73bc4c78406efefd
7 changes: 7 additions & 0 deletions docs/content/3.api/4.advanced/2.kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
- `isNuxt3()`
- `getNuxtVersion()`

### Auto-imports

[source code](https://github.com/nuxt/framework/blob/main/packages/kit/src/auto-import.ts)

- `addAutoImport(imports)`
- `addAutoImportDir(autoImportDirs)`

### Components

[source code](https://github.com/nuxt/framework/blob/main/packages/kit/src/components.ts)
Expand Down