all files / src/vuex/ mutation_types.js

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5
1 2 3 4 5 6    
export const CHANGE_TITLE = 'CHANGE_TITLE'
export const POPULATE_SHOPPING_LISTS = 'POPULATE_SHOPPING_LISTS'
export const ADD_SHOPPING_LIST = 'ADD_SHOPPING_LIST'
export const DELETE_SHOPPING_LIST = 'DELETE_SHOPPING_LIST'