Advertisement
jewome62

src/store/modules/components/playerRank/mutation_types.js

Mar 7th, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. export const RESET = "COMPONENTS_PLAYER_RANKS_RESET";
  2. export const SET_ITEMS = "COMPONENTS_PLAYER_RANKS_SET_ITEMS";
  3. export const SET_ERROR = "COMPONENTS_PLAYER_RANKS_SET_ERROR";
  4. export const TOGGLE_LOADING = "COMPONENTS_PLAYER_RANKS_TOGGLE_LOADING";
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement