我的操作:
1》在 store/user.js
模块的 state 节点中,声明 userinfo
的信息对象如下:
2》在 store/user.js
模块的 mutations 节点中,声明如下的两个方法:
3》使用 mapMutations
辅助函数,将需要的方法映射到 my-login
组件中使用:
我的操作:
1》在 store/user.js
模块的 state 节点中,声明 userinfo
的信息对象如下:
2》在 store/user.js
模块的 mutations 节点中,声明如下的两个方法:
3》使用 mapMutations
辅助函数,将需要的方法映射到 my-login
组件中使用: