food/src/store/getters.js

6 lines
131 B
JavaScript

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