style: formDemo集成图标选择器

This commit is contained in:
kailong321200875
2023-09-27 10:22:47 +08:00
parent 7c93b74e8f
commit 99ffe6a86a
5 changed files with 20 additions and 4 deletions

View File

@@ -321,7 +321,8 @@ export default {
lazyLoad: 'Lazy load',
upload: 'Upload',
// 用户头像
userAvatar: 'User avatar'
userAvatar: 'User avatar',
iconPicker: 'Icon picker'
},
guideDemo: {
guide: 'Guide',

View File

@@ -316,7 +316,8 @@ export default {
customContent: '自定义内容',
lazyLoad: '懒加载',
upload: '上传',
userAvatar: '用户头像'
userAvatar: '用户头像',
iconPicker: '图标选择器'
},
guideDemo: {
guide: '引导页',