forked from DebaucheryLibrarian/traxxx
Transitioning to Vue. Installed environment and restored homepage scene overview.
This commit is contained in:
13
assets/js/auth/auth.js
Normal file
13
assets/js/auth/auth.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import state from './state';
|
||||
import mutations from './mutations';
|
||||
import actions from './actions';
|
||||
|
||||
function initAuthStore(store, router) {
|
||||
return {
|
||||
state,
|
||||
mutations,
|
||||
actions: actions(store, router),
|
||||
};
|
||||
}
|
||||
|
||||
export default initAuthStore;
|
||||
Reference in New Issue
Block a user