mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix: pagination locale key correction (#2889)
This commit is contained in:
@@ -246,7 +246,7 @@ export default defineComponent({
|
||||
|
||||
return () => {
|
||||
if (!assertValidUsage.value) {
|
||||
warn(componentName, t('el.pagination.docRefer'))
|
||||
warn(componentName, t('el.pagination.deprecationWarning'))
|
||||
return null
|
||||
}
|
||||
if (!props.layout) return null
|
||||
|
||||
Reference in New Issue
Block a user