$mount() — vue Function Reference
Architecture documentation for the $mount() function in index.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 6c055883_05c7_0b3c_03ec_ef0de7b803a5["$mount()"] 1f23f9a8_908f_4fb5_cd0e_f6931084f349["index.ts"] 6c055883_05c7_0b3c_03ec_ef0de7b803a5 -->|defined in| 1f23f9a8_908f_4fb5_cd0e_f6931084f349 style 6c055883_05c7_0b3c_03ec_ef0de7b803a5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/platforms/web/runtime/index.ts lines 36–42
Vue.prototype.$mount = function (
el?: string | Element,
hydrating?: boolean
): Component {
el = el && inBrowser ? query(el) : undefined
return mountComponent(this, el, hydrating)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does $mount() do?
$mount() is a function in the vue codebase, defined in src/platforms/web/runtime/index.ts.
Where is $mount() defined?
$mount() is defined in src/platforms/web/runtime/index.ts at line 36.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free