Skip to content

Commit

Permalink
fix: vuex typescript type (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldarund authored and Pooya Parsa committed May 26, 2019
1 parent 2259038 commit 9205fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/vuex.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NuxtAxiosInstance } from '.'

declare module 'vuex' {
declare module 'vuex/types/index' {
interface Store<S> {
$axios: NuxtAxiosInstance,
}
Expand Down

0 comments on commit 9205fdf

Please sign in to comment.