const getters = { sidebar: state => state.app.sidebar, // visitedViews: state => state.tagsView.visitedViews, device: state => state.app.device, token: state => state.user.token, merchantsName: state => state.user.merchantsName, merchantsAdminId: state => state.user.merchantsAdminId, detailsList: state => state.commoditydetails.detailsList, merchantsId: state => state.user.merchantsId, getstate: state => state.user.getstate, goodsID: state => state.goods.goodsID, goodstate: state => state.goods.goodstate, GoodsDetails: state => state.goods.GoodsDetails } export default getters