mutations.js 152 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import * as Types from './types'; import { find, set } from 'lodash'; export default { [Types.ENSURE_PRODUCT_DETAIL](state, { productId }) { } };