Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 1f75896

Browse files
committed
🎪 feat: add src/@types/vuex.d.ts for type-safe
1 parent fdb0367 commit 1f75896

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/@types/vuex.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { Store as CounterStore } from '@/store/counter'
2+
3+
export type RootStore = CounterStore

0 commit comments

Comments
 (0)