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

Function updateDirectives

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.esm.jsFile · 0.70

Calls 1

_updateFunction · 0.70

Tested by

no test coverage detected