mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(message-box): Remove default button text for both cancel and confirm button which caused i18n not working (#1357)
This commit is contained in:
@@ -155,7 +155,6 @@ export default defineComponent({
|
||||
callback: Function,
|
||||
cancelButtonText: {
|
||||
type: String,
|
||||
default: 'Cancel',
|
||||
},
|
||||
cancelButtonClass: String,
|
||||
center: Boolean,
|
||||
@@ -173,7 +172,6 @@ export default defineComponent({
|
||||
},
|
||||
confirmButtonText: {
|
||||
type: String,
|
||||
default: 'OK',
|
||||
},
|
||||
confirmButtonClass: String,
|
||||
container: {
|
||||
|
||||
Reference in New Issue
Block a user