feat: Add infotip demo

style: level demo style beautification
This commit is contained in:
陈凯龙
2022-01-27 10:33:07 +08:00
parent eb206b0cc3
commit dbf3b0f5a3
8 changed files with 100 additions and 13 deletions

View File

@@ -92,7 +92,8 @@ export default {
countTo: 'Count to',
watermark: 'Watermark',
qrcode: 'Qrcode',
highlight: 'Highlight'
highlight: 'Highlight',
infotip: 'Infotip'
},
analysis: {
newUser: 'New user',
@@ -252,5 +253,13 @@ export default {
message: 'The best time to plant a tree is ten years ago, followed by now.',
keys1: 'ten years ago',
keys2: 'now'
},
infotipDemo: {
infotip: 'Infotip',
infotipDes: 'Secondary packaging of components based on Highlight',
title: 'matters needing attention'
},
levelDemo: {
menu: 'Multi level menu cache'
}
}

View File

@@ -92,7 +92,8 @@ export default {
countTo: '数字动画',
watermark: '水印',
qrcode: '二维码',
highlight: '高亮'
highlight: '高亮',
infotip: '信息提示'
},
analysis: {
newUser: '新增用户',
@@ -251,5 +252,13 @@ export default {
message: '种一棵树最好的时间是十年前,其次就是现在。',
keys1: '十年前',
keys2: '现在'
},
infotipDemo: {
infotip: '信息提示',
infotipDes: '基于 Highlight 组件二次封装',
title: '注意事项'
},
levelDemo: {
menu: '多级菜单缓存'
}
}