Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ slots
Function
slots
packages/runtime-core/src/component.ts:1171–1173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1169
)
1170
},
1171
get slots() {
1172
return
slotsProxy || (slotsProxy = getSlotsProxy(instance))
1173
},
1174
get emit() {
1175
return
(event: string, ...args: any[]) => instance.emit(event, ...args)
1176
},
Callers
1
componentFunctional.spec.ts
File · 0.50
Calls
1
getSlotsProxy
Function · 0.85
Tested by
no test coverage detected