MCPcopy
hub / github.com/vuejs/composition-api / asyncComponent1

Function asyncComponent1

test-dts/defineAsyncComponent.test-d.tsx:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { defineAsyncComponent, defineComponent, expectType, h } from './index'
2
3const asyncComponent1 = async () => defineComponent({})
4
5const asyncComponent2 = async () => ({ template: 'ASYNC' })
6

Callers

nothing calls this directly

Calls 1

defineComponentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…