index.js 134 B

123456789101112131415161718
  1. const state = {
  2. };
  3. const mutations = {
  4. };
  5. const actions = {
  6. };
  7. export default {
  8. state,
  9. mutations,
  10. actions
  11. };