wip: Table component developing

This commit is contained in:
kailong321200875
2022-02-07 17:32:37 +08:00
parent 9b4b317817
commit 7b7fcfef59
16 changed files with 1358 additions and 1136 deletions

View File

@@ -100,7 +100,9 @@ export default {
infotip: 'Infotip',
form: 'Form',
defaultForm: 'All examples',
search: 'Search'
search: 'Search',
table: 'Table',
defaultTable: 'Basic example'
},
analysis: {
newUser: 'New user',
@@ -301,5 +303,19 @@ export default {
left: 'left',
center: 'center',
right: 'right'
},
tableDemo: {
table: 'Table',
tableDes: 'Secondary packaging of Table components based on ElementPlus',
index: 'Index',
title: 'Title',
author: 'Author',
displayTime: 'Display time',
importance: 'Importance',
pageviews: 'Pageviews',
action: 'Action',
important: 'Important',
good: 'Good',
commonly: 'Commonly'
}
}