translated all loading…
This commit is contained in:
@ -62,7 +62,7 @@ export default {
|
||||
// console.log('LoginBlock render')
|
||||
if (!this.form) {
|
||||
// console.log('LoginBlock render NAN')
|
||||
return h('span', 'Loading ...')
|
||||
return h('span', this.$t('default.Loading…'))
|
||||
} else {
|
||||
// console.log('LoginBlock render template')
|
||||
return this.form.render.call(this)
|
||||
|
@ -98,7 +98,7 @@ export default {
|
||||
// console.log('LoginBlock render')
|
||||
if (!this.form) {
|
||||
// console.log('LoginBlock render NAN')
|
||||
return h('span', 'Loading ...')
|
||||
return h('span', this.$t('default.Loading…'))
|
||||
} else {
|
||||
// console.log('LoginBlock render template')
|
||||
return this.form.render.call(this)
|
||||
|
@ -155,7 +155,7 @@ export default {
|
||||
render(h) {
|
||||
// console.log('searchForm render')
|
||||
if (!this.template) {
|
||||
return h('span', 'Loading ...')
|
||||
return h('span', $t('default.Loading…'))
|
||||
} else {
|
||||
return this.template.render.call(this)
|
||||
}
|
||||
|
Reference in New Issue
Block a user