Skip to content

Commit

Permalink
feat: Re-add vuex-shim.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alystrasz <contact@remyraes.com>
  • Loading branch information
GeckoEidechse and Alystrasz committed Jan 5, 2025
1 parent fa82013 commit 513f5fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src-vue/src/vuex-shim.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { ComponentCustomProperties } from 'vue'
import { Store } from 'vuex'

declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
$store: Store<FlightCoreStore>
}
}

0 comments on commit 513f5fb

Please sign in to comment.