import { commServer } from './server.js'; export const actions = { commActions({ commit, state }, { key, data }) { return commServer(key, data); }, }