Skip to content

Commit

Permalink
Merge 0aee209 into d216a25
Browse files Browse the repository at this point in the history
  • Loading branch information
haitaodesign committed Jan 14, 2021
2 parents d216a25 + 0aee209 commit 394453e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/popconfirm/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ export default {
},
computed: {
displayConfirmButtonText() {
return this.confirmButtonText || t('el.popconfirm.confirmButtonText')
return this.confirmButtonText || t('el.popconfirm.confirmButtonText');
},
displayCancelButtonText() {
return this.cancelButtonText || t('el.popconfirm.cancelButtonText')
return this.cancelButtonText || t('el.popconfirm.cancelButtonText');
}
},
methods: {
Expand Down

0 comments on commit 394453e

Please sign in to comment.