updateDirectives() — vue Function Reference
Architecture documentation for the updateDirectives() function in directives.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 4529b9f4_4283_ae07_a64e_e5d420ede21e["updateDirectives()"] 640b242f_17e3_2fa0_1329_f5c7de35fcf2["default.destroy()"] 640b242f_17e3_2fa0_1329_f5c7de35fcf2 -->|calls| 4529b9f4_4283_ae07_a64e_e5d420ede21e b91b554e_74a2_233a_0bd9_3f9cf7cb3052["_update()"] 4529b9f4_4283_ae07_a64e_e5d420ede21e -->|calls| b91b554e_74a2_233a_0bd9_3f9cf7cb3052 style 4529b9f4_4283_ae07_a64e_e5d420ede21e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/core/vdom/modules/directives.ts lines 16–20
function updateDirectives(oldVnode: VNodeWithData, vnode: VNodeWithData) {
if (oldVnode.data.directives || vnode.data.directives) {
_update(oldVnode, vnode)
}
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does updateDirectives() do?
updateDirectives() is a function in the vue codebase.
What does updateDirectives() call?
updateDirectives() calls 1 function(s): _update.
What calls updateDirectives()?
updateDirectives() is called by 1 function(s): default.destroy.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free