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

Function locateNode

static/vuejs/vue.runtime.common.js:6371–6375  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected