UNPKG

doguinho

Version:

IoC and DI for Vue.js 2 with InversifyJS inspired by NestJS

14 lines (12 loc) 270 B
import Vue from "vue"; import { Doguinho } from "./index"; declare module "vue/types/options" { interface ComponentOptions<V extends Vue> { doguinho?: Doguinho } } declare module "vue/types/vue" { interface Vue { $doguinho: Doguinho } }