MCPcopy Create free account
hub / github.com/TruthHun/BookStack / updateDirectives

Function updateDirectives

static/vuejs/vue.runtime.esm.js:5133–5137  ·  view source on GitHub ↗
(oldVnode, vnode)

Source from the content-addressed store, hash-verified

5131};
5132
5133function updateDirectives (oldVnode, vnode) {
5134 if (oldVnode.data.directives || vnode.data.directives) {
5135 _update(oldVnode, vnode);
5136 }
5137}
5138
5139function _update (oldVnode, vnode) {
5140 var isCreate = oldVnode === emptyNode;

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls 1

_updateFunction · 0.70

Tested by

no test coverage detected