const mobile = { state: { mviewer: null }, mutations: { MSET_VIEWER(state, viewer) { state.mviewer = viewer } }, actions: { } } export default mobile