1 2 3 4 5 6 7 8 9 10
import { createStore } from 'vuex'; export const store = createStore({ state () { return { installed_northstar_version: "1.9.7" } }, mutations: {} });