import { createStore } from 'vuex' export default createStore({ state: { id64: '', vanityUrl: '', }, mutations: { }, actions: { }, modules: { } })