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

Function locateNode

static/vuejs/vue.common.js:6819–6823  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

6817
6818// recursively search for possible transition defined inside the component root
6819function locateNode (vnode) {
6820 return vnode.componentInstance && (!vnode.data || !vnode.data.transition)
6821 ? locateNode(vnode.componentInstance._vnode)
6822 : vnode
6823}
6824
6825var show = {
6826 bind: function bind (el, ref, vnode) {

Callers 1

vue.common.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected