Appearance
vue-mvvm / core / AsyncFactoryFunction
type AsyncFactoryFunction<T> = (ctx) => Promise<T>;
T
ReadableGlobalContext
Promise<T>
Promise