direct-vuex
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "direct-vuex", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.", | ||
@@ -5,0 +5,0 @@ "author": "Paleo", |
@@ -109,2 +109,3 @@ # direct-vuex | ||
```ts | ||
import { createModule } from "direct-vuex" | ||
import { moduleActionContext } from "./store" | ||
@@ -111,0 +112,0 @@ |
40559
236