onCompositionEnd() — vue Function Reference
Architecture documentation for the onCompositionEnd() function in model.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 6b88fafa_3591_9817_7def_53fd8a6dda66["onCompositionEnd()"] fabaaff6_c16e_ef0d_bb91_e97ee97681d5["trigger()"] 6b88fafa_3591_9817_7def_53fd8a6dda66 -->|calls| fabaaff6_c16e_ef0d_bb91_e97ee97681d5 style 6b88fafa_3591_9817_7def_53fd8a6dda66 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/platforms/web/runtime/directives/model.ts lines 135–140
function onCompositionEnd(e) {
// prevent triggering an input event for no reason
if (!e.target.composing) return
e.target.composing = false
trigger(e.target, 'input')
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does onCompositionEnd() do?
onCompositionEnd() is a function in the vue codebase.
What does onCompositionEnd() call?
onCompositionEnd() calls 1 function(s): trigger.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free