index.js 149 B

12345678910111213141516171819202122
  1. const state = {
  2. }
  3. const getters = {
  4. }
  5. const mutations = {
  6. }
  7. const actions = {
  8. }
  9. export default {
  10. state,
  11. getters,
  12. mutations,
  13. actions
  14. }