I am trying to do Dependency Injection in Vue 3 with tsyringe, but when I Inject in my component, I got an "undefined" value , here the codes:
// TY