food/src/store/mutations-types.js

3 lines
86 B
JavaScript

export const IS_LOADING = 'IS_LOADING';
export const STORE_PRODUCT = 'STORE_PRODUCT';