We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b768d9 commit b713c39Copy full SHA for b713c39
src/types/vuex.ts
@@ -3,7 +3,7 @@ import { Database } from '../database/Database'
3
import { Model } from '../model/Model'
4
import { Repository } from '../repository/Repository'
5
6
-declare module 'vuex' {
+declare module 'vuex/types/index' {
7
interface Store<S> {
8
/**
9
* The database instance.
0 commit comments