import Vue from "vue"; const state = { }; const mutations = { }; const actions = { }; export default { state, mutations, actions };