Home / Function/ checkComponents() — vue Function Reference

checkComponents() — vue Function Reference

Architecture documentation for the checkComponents() function in options.ts from the vue codebase.

Function typescript CoreInstance VDOM calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  84cf3115_399b_21c2_480f_a8f2d39478c8["checkComponents()"]
  e3725706_6a2c_490a_e95e_84ad13fc4e05["mergeOptions()"]
  e3725706_6a2c_490a_e95e_84ad13fc4e05 -->|calls| 84cf3115_399b_21c2_480f_a8f2d39478c8
  5973631a_6fb2_2b2a_07f7_dee70b387bfa["validateComponentName()"]
  84cf3115_399b_21c2_480f_a8f2d39478c8 -->|calls| 5973631a_6fb2_2b2a_07f7_dee70b387bfa
  style 84cf3115_399b_21c2_480f_a8f2d39478c8 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

Called By

Frequently Asked Questions

What does checkComponents() do?
checkComponents() is a function in the vue codebase.
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