We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2259038 commit 9205fdfCopy full SHA for 9205fdf
types/vuex.d.ts
@@ -1,6 +1,6 @@
1
import { NuxtAxiosInstance } from '.'
2
3
-declare module 'vuex' {
+declare module 'vuex/types/index' {
4
interface Store<S> {
5
$axios: NuxtAxiosInstance,
6
}
0 commit comments