index.ts 129 B

12345678
  1. import { createStore } from 'vuex';
  2. export default createStore({
  3. state: {},
  4. mutations: {},
  5. actions: {},
  6. modules: {}
  7. });