export function SET_TITLE (state, title) { state.title = title; } export function SET_USER (state, userJson) { state.user = userJson; }