Remove vuex
This commit is contained in:
9
web/src/@types/shims-vuex.d.ts
vendored
9
web/src/@types/shims-vuex.d.ts
vendored
@ -1,9 +0,0 @@
|
||||
import { ComponentCustomProperties } from 'vue'
|
||||
import { State } from '../store'
|
||||
import { Store } from 'vuex'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface ComponentCustomProperties {
|
||||
$store: Store<State>
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user