mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 07:43:45 +02:00
Base attempt at using vuex to handle logins
This commit is contained in:
6
resources/assets/scripts/store/index.js
Normal file
6
resources/assets/scripts/store/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import auth from './modules/auth';
|
||||
|
||||
export default {
|
||||
// strict: process.env.NODE_ENV !== 'production',
|
||||
modules: { auth },
|
||||
};
|
||||
Reference in New Issue
Block a user