fix order of expansion, WIP hiding headers
This commit is contained in:
parent
8e6800fd1e
commit
7d1799e929
6 changed files with 47 additions and 7 deletions
|
|
@ -4,8 +4,8 @@
|
|||
ref="tabSwitcher"
|
||||
class="settings_tab-switcher"
|
||||
:parent-collapsed="parentCollapsed"
|
||||
@too-small="() => $emit('tooSmall')"
|
||||
@too-big="() => $emit('tooBig')"
|
||||
@too-small="tooSmall"
|
||||
@too-big="tooBig"
|
||||
>
|
||||
<div
|
||||
:label="$t('settings.behavior')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue