CKGrafico / inversify-props

Wrapper of Inversify to inject your dependencies in the components, made with TypeScript and compatible with Vue, React and other component libraries.
MIT License
85 stars 9 forks source link

Injecting Vue Component #7

Closed newtmex closed 4 years ago

newtmex commented 5 years ago

How do I inject a Vue component so I can use the instance of it globally in my app?

CKGrafico commented 5 years ago

Do you mean inject a component in the container? This library is to inject Services, Helpers, etc. in components not to inject components