Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ getFirstComponentChild
Function
getFirstComponentChild
static/vuejs/vue.js:1807–1809 ·
view source on GitHub ↗
(children)
Source
from the content-addressed store, hash-verified
1805
/* */
1806
1807
function
getFirstComponentChild (children) {
1808
return
children && children.filter(
function
(c) {
return
c && c.componentOptions; })[0]
1809
}
1810
1811
/* */
1812
Callers
2
vue.js
File · 0.70
getRealChild
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected