UNPKG

@aeternity/aepp-sdk

Version:
15 lines (11 loc) 250 B
// TODO: store is currently unused, but added for future convenience import Vuex from 'vuex' import Vue from 'vue' Vue.use(Vuex) const store = new Vuex.Store({ state: { }, getters: { }, mutations: { }, actions: { } }) export default store