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

Function locateNode

static/vuejs/vue.runtime.esm.js:6369–6373  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

6367
6368// recursively search for possible transition defined inside the component root
6369function locateNode (vnode) {
6370 return vnode.componentInstance && (!vnode.data || !vnode.data.transition)
6371 ? locateNode(vnode.componentInstance._vnode)
6372 : vnode
6373}
6374
6375var show = {
6376 bind: function bind (el, ref, vnode) {

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected