queueActivatedComponent() — vue Function Reference
Architecture documentation for the queueActivatedComponent() function in scheduler.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 35b09cd9_be46_165a_33a1_7da3e51ba562["queueActivatedComponent()"] 36c7708b_24b4_08c9_e39f_50f332a4b206["scheduler.ts"] 35b09cd9_be46_165a_33a1_7da3e51ba562 -->|defined in| 36c7708b_24b4_08c9_e39f_50f332a4b206 style 35b09cd9_be46_165a_33a1_7da3e51ba562 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/core/observer/scheduler.ts lines 148–153
export function queueActivatedComponent(vm: Component) {
// setting _inactive to false here so that a render function can
// rely on checking whether it's in an inactive tree (e.g. router-view)
vm._inactive = false
activatedChildren.push(vm)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does queueActivatedComponent() do?
queueActivatedComponent() is a function in the vue codebase, defined in src/core/observer/scheduler.ts.
Where is queueActivatedComponent() defined?
queueActivatedComponent() is defined in src/core/observer/scheduler.ts at line 148.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free