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

Function updateDirectives

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

_updateFunction · 0.70

Tested by

no test coverage detected