checkComponents() — vue Function Reference
Architecture documentation for the checkComponents() function in options.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD e326ac77_8ca1_bb32_d3f1_07fd7421ceda["checkComponents()"] 5c734a8f_efba_819c_28fc_f56bfd6b701f["options.ts"] e326ac77_8ca1_bb32_d3f1_07fd7421ceda -->|defined in| 5c734a8f_efba_819c_28fc_f56bfd6b701f 74488b2b_ad6c_b2c0_5bac_8703e8f1b25e["mergeOptions()"] 74488b2b_ad6c_b2c0_5bac_8703e8f1b25e -->|calls| e326ac77_8ca1_bb32_d3f1_07fd7421ceda dc445517_de1a_e120_295e_657a7ea97513["validateComponentName()"] e326ac77_8ca1_bb32_d3f1_07fd7421ceda -->|calls| dc445517_de1a_e120_295e_657a7ea97513 style e326ac77_8ca1_bb32_d3f1_07fd7421ceda fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/core/util/options.ts lines 293–297
function checkComponents(options: Record<string, any>) {
for (const key in options.components) {
validateComponentName(key)
}
}
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does checkComponents() do?
checkComponents() is a function in the vue codebase, defined in src/core/util/options.ts.
Where is checkComponents() defined?
checkComponents() is defined in src/core/util/options.ts at line 293.
What does checkComponents() call?
checkComponents() calls 1 function(s): validateComponentName.
What calls checkComponents()?
checkComponents() is called by 1 function(s): mergeOptions.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free