index.js 183 B

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