const card = { state: { cardId: "" }, mutations: { cardId(state,cardId){ state.cardId = cardId } } } export default card