Skip to content

Commit b713c39

Browse files
committed
types: fix vuex path
1 parent 6b768d9 commit b713c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/vuex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Database } from '../database/Database'
33
import { Model } from '../model/Model'
44
import { Repository } from '../repository/Repository'
55

6-
declare module 'vuex' {
6+
declare module 'vuex/types/index' {
77
interface Store<S> {
88
/**
99
* The database instance.

0 commit comments

Comments
 (0)