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'
}
}