feat(pager): [pager] add new props total-fixed-left (#1819)

This commit is contained in:
gimmyhehe 2024-08-05 15:14:10 +08:00 committed by GitHub
parent a07eeffee7
commit 644e5a9649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -247,6 +247,9 @@ export default {
name: 'total-fixed-left',
type: 'boolean',
defaultValue: 'false',
metaData: {
new: '3.18.0'
},
desc: {
'zh-CN': '总条目数是否固定在左侧Aurora、SMB主题默认值为 true',
'en-US':

View File

@ -188,7 +188,8 @@ export default defineComponent({
'prevText',
'total',
'size',
'align'
'align',
'totalFixedLeft'
],
directives: {
loading: Loading.directive