i18n
This commit is contained in:
parent
e4c5a88913
commit
3bc8800c35
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export default {
|
|||
return {
|
||||
active: findFirstUsable(this.slots()),
|
||||
resizeHandler: null,
|
||||
navSide: 'tabs'
|
||||
navSide: 'tabs',
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
@ -144,6 +144,7 @@ export default {
|
|||
<button
|
||||
type="button"
|
||||
onClick={() => this.changeNavSide('tabs')}
|
||||
title={this.$t('nav.back')}
|
||||
class="button-unstyled"
|
||||
>
|
||||
<FAIcon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue