You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2022. It is now read-only.
I have a Vue app.
And I have build a Vue plugin which contains all my UI component.
I would like that my UI plugin would also contain the i18n functionality.
Installing it it should add all my filters/component/directives and the i18n.
This is the code I would like to write:
I have a Vue app.
And I have build a Vue plugin which contains all my UI component.
I would like that my UI plugin would also contain the i18n functionality.
Installing it it should add all my filters/component/directives and the i18n.
This is the code I would like to write:
The problem is that I get an error. I suppose because I miss this part:
Do I have a way to not write this code?
The text was updated successfully, but these errors were encountered: