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

Function locateNode

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.runtime.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected