Skip to content

Commit

Permalink
fix(components): [pagination] jumper input label warning (#16682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liao-js committed Apr 28, 2024
1 parent 646fe0f commit 42aa172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/pagination/src/components/jumper.vue
Expand Up @@ -9,7 +9,7 @@
:disabled="disabled"
:model-value="innerValue"
:validate-event="false"
:label="t('el.pagination.page')"
:aria-label="t('el.pagination.page')"
type="number"
@update:model-value="handleInput"
@change="handleChange"
Expand Down

0 comments on commit 42aa172

Please sign in to comment.