export const state = () => ({ cover: {} }) export const mutations = { setCover(state, payload) { state.cover = payload } }