前端添加用户信息界面

This commit is contained in:
橙子
2021-10-18 18:46:11 +08:00
parent 3e0e9a5640
commit ef10c34571
17 changed files with 793 additions and 62 deletions

View File

@@ -49,10 +49,10 @@
data: () => ({
profile: [
{ title: 'Profile' },
{ title: 'Settings' },
{ title: '用户信息' },
{ title: '设置' },
{ divider: true },
{ title: 'Log out' },
{ title: '登出' },
],
}),
}