wip: 头像列表开发中
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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组件二次封装'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user