I'm not using globalInjection, but the typing for this library is adding some properties to ComponentCustomProperties, and this is causing problems for me. I want to inject custom versions of these properties for my project, and this is stopping me from doing so. (I'm currently patching the vue-i18n package and removing the typings as a difficult-to-maintain workaround.)
Expected behavior
These injections should either be opt-in, or there should be a flag to turn them off.
Reporting a bug?
I'm not using
globalInjection
, but the typing for this library is adding some properties toComponentCustomProperties
, and this is causing problems for me. I want to inject custom versions of these properties for my project, and this is stopping me from doing so. (I'm currently patching thevue-i18n
package and removing the typings as a difficult-to-maintain workaround.)Expected behavior
These injections should either be opt-in, or there should be a flag to turn them off.
Reproduction
I don't see how I should do this...
System Info
Screenshot
No response
Additional context
I'd be glad to contribute a PR.
Validations