Skip to content

wevu / index / createApp

函数: createApp()

createApp<D, C, M>(options): RuntimeApp<D, C, M>

定义于: packages/wevu/src/runtime/app.ts:27

类型参数

D

D extends object

C

C extends ComputedDefinitions

M

M extends MethodDefinitions

参数

options

CreateAppOptions<D, C, M>

返回

RuntimeApp<D, C, M>

Released under the MIT License.