Untitled

Anonymous
plain_text
01/03/2025 4:47 PM
208 B
11
Indexable
import Vue from "vue";
import Vuex from "vuex";
import auth from "./auth";

Vue.use(Vuex);

export default new Vuex.Store({
  modules: {
    auth,
  },
});
Editor is loading...
Leave a Comment