translated all loading…
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
},
|
||||
render(h) {
|
||||
if (!this.template) {
|
||||
return h('span', 'Loading ...')
|
||||
return h('span', this.$t('default.Loading…'))
|
||||
} else {
|
||||
return this.template.render.call(this)
|
||||
}
|
||||
|
Reference in New Issue
Block a user