Skip to content

Commit 9205fdf

Browse files
aldarundPooya Parsa
authored and
Pooya Parsa
committedMay 26, 2019
fix: vuex typescript type (#253)
1 parent 2259038 commit 9205fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎types/vuex.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NuxtAxiosInstance } from '.'
22

3-
declare module 'vuex' {
3+
declare module 'vuex/types/index' {
44
interface Store<S> {
55
$axios: NuxtAxiosInstance,
66
}

0 commit comments

Comments
 (0)
Please sign in to comment.