fix Confirm title
This commit is contained in:
parent
ba8b7028c7
commit
c41c930f70
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default {
|
|||
methods: {
|
||||
open (message, options = {}) {
|
||||
this.dialog = true
|
||||
this.title = options.title || 'Confirm'
|
||||
this.title = options.title || this.$t('common.confirm')
|
||||
this.message = this.$t(message, options)
|
||||
this.options = Object.assign(this.options, options)
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Reference in a new issue