Skip to content

Commit

Permalink
Add 'localGetterContext' and 'localActionContext'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paleo committed Feb 14, 2020
1 parent af09278 commit 0f1794c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "direct-vuex",
"version": "0.10.3",
"version": "0.10.4",
"description": "Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.",
"author": "Paleo",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/direct-vuex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function obsolete<T extends (...args: any[]) => any>(fn: T, oldName: string, new

export default {
createDirectStore, defineModule, defineModules, defineGetters, defineMutations, defineActions,
localGetterContext, localActionContext,
createModule, createModules, createGetters, createMutations, createActions
}

Expand Down

0 comments on commit 0f1794c

Please sign in to comment.