translated all loading…
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
render(h) {
|
||||
// console.log('headerMenu 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