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