I have a vuex module that i want to be used/imported only when the user call its, but when i import it in the vuex.modules it imports globally so the functions can be viewed from devtools.
I read functions/modules could be hidden with SSR either using Nuxt or another library. Is this possible? is there a way to hide functions/modules from the client-side either using vuex or not? Or at least hide the functions temporary while they are not called from the source?.