feat: Add highlight demo

This commit is contained in:
陈凯龙
2022-01-27 10:10:25 +08:00
parent 535a31b35e
commit eb206b0cc3
5 changed files with 53 additions and 11 deletions

View File

@@ -91,7 +91,8 @@ export default {
echart: 'Echart',
countTo: 'Count to',
watermark: 'Watermark',
qrcode: 'Qrcode'
qrcode: 'Qrcode',
highlight: 'Highlight'
},
analysis: {
newUser: 'New user',
@@ -245,5 +246,11 @@ export default {
logoConfig: 'Logo config',
logoStyle: 'Logo style',
size: 'size config'
},
highlightDemo: {
highlight: 'Highlight',
message: 'The best time to plant a tree is ten years ago, followed by now.',
keys1: 'ten years ago',
keys2: 'now'
}
}