Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ comp
Function
comp
packages/vue-compat/__tests__/componentAsync.spec.ts:26–28 ·
view source on GitHub ↗
(r: any)
Source
from the content-addressed store, hash-verified
24
test(
'resolve/reject'
,
async
() => {
25
let
resolve: any
26
const
comp = (r: any) => {
27
resolve = r
28
}
29
const
vm =
new
Vue({
30
template: `<div><comp/></div>`,
31
components: { comp },
Callers
1
convertLegacyAsyncComponent
Function · 0.85
Calls
1
resolve
Method · 0.65
Tested by
no test coverage detected