UNPKG

cubic-ui

Version:
11 lines (8 loc) 173 B
import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) export function createStore (cubic) { const store = new Vuex.Store() store.$cubic = cubic return store }