Base attempt at using vuex to handle logins

This commit is contained in:
Dane Everitt
2018-06-05 23:00:01 -07:00
parent cc58bc9bd5
commit e948d81d8a
12 changed files with 218 additions and 202 deletions

View File

@@ -0,0 +1,6 @@
import auth from './modules/auth';
export default {
// strict: process.env.NODE_ENV !== 'production',
modules: { auth },
};