feat: Add Search component and add search demo

This commit is contained in:
陈凯龙
2022-01-28 11:36:18 +08:00
parent 8a958cd71d
commit 33eca8a97d
8 changed files with 281 additions and 8 deletions

View File

@@ -29,7 +29,9 @@ export default {
tagsView: 'Tags view',
tagsViewDes: 'Used to record routing history',
tool: 'Tool',
toolDes: 'Used to set up custom systems'
toolDes: 'Used to set up custom systems',
query: 'Query',
reset: 'Reset'
},
setting: {
projectSetting: 'Project setting',
@@ -95,7 +97,8 @@ export default {
highlight: 'Highlight',
infotip: 'Infotip',
form: 'Form',
defaultForm: 'All examples'
defaultForm: 'All examples',
search: 'Search'
},
analysis: {
newUser: 'New user',
@@ -280,5 +283,21 @@ export default {
},
levelDemo: {
menu: 'Multi level menu cache'
},
searchDemo: {
search: 'Search',
searchDes:
'Based on the secondary encapsulation of form components, the functions of query and reset are realized',
operate: 'operate',
change: 'Change',
grid: 'grid',
button: 'Button',
restore: 'Restore',
inline: 'inline',
bottom: 'Bottom',
position: 'position',
left: 'left',
center: 'center',
right: 'right'
}
}