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
Hello everyone,
we are using global $t function in our vue js project.
Currently, when we are wanting to get data from a namespace, even thou we are using the global function and dont need the useTranslate hook/composeable, we are required to call it in the component setup, to ensure the namespace (other than no ns) is loaded properly.
Would it be possible to check if the ns is loaded when using ns and automaticly load it from staticData, when invoked?