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

Function updateDirectives

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

Source from the content-addressed store, hash-verified

5127};
5128
5129function updateDirectives (oldVnode, vnode) {
5130 if (oldVnode.data.directives || vnode.data.directives) {
5131 _update(oldVnode, vnode);
5132 }
5133}
5134
5135function _update (oldVnode, vnode) {
5136 var isCreate = oldVnode === emptyNode;

Callers 1

vue.runtime.jsFile · 0.70

Calls 1

_updateFunction · 0.70

Tested by

no test coverage detected