index.js 91 B

1234567
  1. import store from './store'
  2. import router from './router'
  3. export {
  4. store,
  5. router
  6. }