import { Store } from "@/store/Store"; import { ComponentCustomProperties } from "vue"; declare module "@vue/runtime-core" { interface ComponentCustomProperties { $store: Store; } }