[Vuejs]-Load store into vue js

0👍

Maybe I have misunderstood your question, but since you’re exporting the const userStore, don’t you need to do the following:

import { userStore } from '@/components/tenant/store/store';

Leave a comment