vuex modules 命名空间

 主要为了分清每个模块相同名称的方法

用法:export default  {namespaced: true,}

分清模块:导入/方法

原文地址:https://www.cnblogs.com/wly-laowang/p/11109028.html