constant.js 87 B

1234
  1. module.exports = {
  2. USER_TOKEN: 'vuex_user_token',
  3. USER_DATA: 'vuex_user_data',
  4. }