wip: 头像列表开发中

This commit is contained in:
kailong321200875
2024-02-28 15:06:37 +08:00
parent 4146716655
commit 7f6464abc4
7 changed files with 59 additions and 2 deletions

View File

@@ -186,7 +186,8 @@ export default {
tableVideoPreview: 'Table video preview',
cardTable: 'Card table',
personalCenter: 'Personal center',
personal: 'Personal'
personal: 'Personal',
avatars: 'Avatars'
},
permission: {
hasPermission: 'Please set the operation permission value'
@@ -562,5 +563,9 @@ export default {
inputPasswordDemo: {
title: 'InputPassword',
inputPasswordDes: 'Secondary packaging of Input components based on ElementPlus'
},
avatarsDemo: {
title:
'Avatar component for avatar list, secondary packaging based on element plus Avatar component'
}
}

View File

@@ -182,7 +182,8 @@ export default {
tableVideoPreview: '表格视频预览',
cardTable: '卡片表格',
personalCenter: '个人中心',
personal: '个人'
personal: '个人',
avatars: '头像列表'
},
permission: {
hasPermission: '请设置操作权限值'
@@ -552,5 +553,8 @@ export default {
inputPasswordDemo: {
title: '密码输入框',
inputPasswordDes: '基于 ElementPlus 的 Input 组件二次封装'
},
avatarsDemo: {
title: '头像列表组件基于element-plus的Avatar组件二次封装'
}
}