export default function ({ store }) { if (store.state.ssr === process.server) { return } store.commit('setRenderer', process.server) }