feat: add component sticky
This commit is contained in:
@@ -9,7 +9,8 @@ export default {
|
||||
loginOut: 'Login out',
|
||||
document: 'Document',
|
||||
reminder: 'Reminder',
|
||||
loginOutMessage: 'Exit the system?',
|
||||
loginOutMessage: 'Exit the system?',
|
||||
back: 'Back',
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel',
|
||||
reload: 'Reload current',
|
||||
@@ -132,7 +133,8 @@ export default {
|
||||
user: 'User management',
|
||||
role: 'Role management',
|
||||
document: 'Document',
|
||||
inputPassword: 'InputPassword'
|
||||
inputPassword: 'InputPassword',
|
||||
sticky: 'Sticky'
|
||||
},
|
||||
analysis: {
|
||||
newUser: 'New user',
|
||||
@@ -334,6 +336,9 @@ export default {
|
||||
center: 'center',
|
||||
right: 'right'
|
||||
},
|
||||
stickyDemo: {
|
||||
sticky: 'Sticky'
|
||||
},
|
||||
tableDemo: {
|
||||
table: 'Table',
|
||||
tableDes: 'Secondary packaging of Table components based on ElementPlus',
|
||||
|
||||
@@ -10,6 +10,7 @@ export default {
|
||||
document: '项目文档',
|
||||
reminder: '温馨提示',
|
||||
loginOutMessage: '是否退出本系统?',
|
||||
back: '返回',
|
||||
ok: '确定',
|
||||
cancel: '取消',
|
||||
reload: '重新加载',
|
||||
@@ -132,7 +133,8 @@ export default {
|
||||
user: '用户管理',
|
||||
role: '角色管理',
|
||||
document: '文档',
|
||||
inputPassword: '密码输入框'
|
||||
inputPassword: '密码输入框',
|
||||
sticky: '黏性'
|
||||
},
|
||||
analysis: {
|
||||
newUser: '新增用户',
|
||||
@@ -331,6 +333,9 @@ export default {
|
||||
center: '中',
|
||||
right: '右'
|
||||
},
|
||||
stickyDemo: {
|
||||
sticky: '黏性'
|
||||
},
|
||||
tableDemo: {
|
||||
table: '表格',
|
||||
tableDes: '基于 ElementPlus 的 Table 组件二次封装',
|
||||
|
||||
Reference in New Issue
Block a user