Skip to content

wevu / index / RuntimeApp

接口: RuntimeApp<D, C, M>

定义于: packages/wevu/src/runtime/types.ts:264

类型参数

D

D extends object

C

C extends ComputedDefinitions

M

M extends MethodDefinitions

属性

config

config: AppConfig

定义于: packages/wevu/src/runtime/types.ts:267


mount()

mount: (adapter?) => RuntimeInstance<D, C, M>

定义于: packages/wevu/src/runtime/types.ts:265

参数

adapter?

MiniProgramAdapter

返回

RuntimeInstance<D, C, M>


use()

use: (plugin, ...options) => RuntimeApp<D, C, M>

定义于: packages/wevu/src/runtime/types.ts:266

参数

plugin

WevuPlugin

options

...any[]

返回

RuntimeApp<D, C, M>

Released under the MIT License.