讨论数量: 0
V01 Vue.js 实战教程 - 基础篇
/
本小节中,我们将新建一个个人信息页面,并完成更新个人信息的功能。
打开 src/store/index.js
文件,在 actions
里添加更新个人信息的事件 updateUser
:
src/store/index.js
.
.
.
const actions = {
.
.
.
// 更新个人信息
updateUser
本文章首发在 LearnKu.com 网站上。
粤ICP备18099781号-6
|
粤公网安备 44030502004330号
|
违法和不良信息举报
由 Summer 设计和编码 ❤