Module utils/vuex-helpers-demi
Functions
mapActionsToMethods
- mapActionsToMethods(namespace: string, keys: T[]): Record<T, ((...args: any[]) => any)>
Parameters
namespace: string
keys: T[]
Returns Record<T, ((...args: any[]) => any)>
mapGettersToComputedCollection
Type Parameters
NS extends string
K extends string
Parameters
跟 mapActions 吃一樣的參數但不依賴 this 呼叫