food/src/store/getters.js

5 lines
98 B
JavaScript

export default {
product: state => state.product,
isLoading: state => state.isLoading,
};