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

Function updateDirectives

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.common.jsFile · 0.70

Calls 1

_updateFunction · 0.70

Tested by

no test coverage detected