Skip to content

wevu / index / StoreManager

接口: StoreManager

定义于: packages/wevu/src/store/types.ts:17

属性

_plugins

_plugins: (context) => void[]

定义于: packages/wevu/src/store/types.ts:21

参数

context
store

any

返回

void


_stores

_stores: Map<string, any>

定义于: packages/wevu/src/store/types.ts:19


install()

install: (app) => void

定义于: packages/wevu/src/store/types.ts:18

参数

app

any

返回

void


use()

use: (plugin) => StoreManager

定义于: packages/wevu/src/store/types.ts:20

参数

plugin

(context) => void

返回

StoreManager

Released under the MIT License.