Home > @elux/vue-taro > VStore

VStore interface

Store实例(用于View中)

Signature:

export interface VStore<TStoreState extends StoreState = StoreState> 

Properties

PropertyTypeDescription
dispatchDispatch派发action
sidnumber实例ID
stateTStoreState当前的Store状态
uidnumberForkID

Methods

MethodDescription
mount(moduleName, env)在该store中挂载指定的model