Skip to content

Commit

Permalink
fix vuex
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey committed Dec 17, 2023
1 parent 013a611 commit 5a37f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vuex.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Store } from 'vuex';
import { IState } from './store/index';
import { IState } from './store/models';

declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
Expand Down

0 comments on commit 5a37f00

Please sign in to comment.