Skip to content

wevu / index / mountRuntimeInstance

函数: mountRuntimeInstance()

mountRuntimeInstance<D, C, M>(target, runtimeApp, watchMap, setup?, options?): RuntimeInstance<D, C, M>

定义于: packages/wevu/src/runtime/register.ts:208

类型参数

D

D extends object

C

C extends ComputedDefinitions

M

M extends MethodDefinitions

参数

target

InternalRuntimeState

runtimeApp

RuntimeApp<D, C, M>

watchMap

WatchMap | undefined

setup?

RuntimeSetupFunction<D, C, M>

options?

deferSetData?

boolean

返回

RuntimeInstance<D, C, M>

Released under the MIT License.