1
0

setup.js 101 B

12345
  1. import 'regenerator-runtime/runtime'
  2. import Vue from 'vue'
  3. import Vuex from '@/index'
  4. Vue.use(Vuex)