sascha245 / vue-typedi

Use typedi injections in Vue components
MIT License
17 stars 2 forks source link

vueTypeDi is not exported #1

Closed jasperblues closed 5 years ago

jasperblues commented 5 years ago

import VueTypedi from 'vue-typedi' <--- This is not exported Vue.use(VueTypedi);

jasperblues commented 5 years ago

I see now that I was importing incorrectly, however still was not able to get DI to happen.