十四.ajax请求代码应该写在组件的methods中还是vuex的actions中

46 阅读1分钟
  • 如果数据自己用就放在methods中,在created中拿
  • 如果发现很多组件要用放在actions中