export const state = () => ({ shopCategroyList: [] }) export const mutations = { SET_SHOPCATEGROY (state, list) { state.shopCategroyList = list } }