Fixed ordering of right drawer toggle button since the template slot
renders it after
This commit is contained in:
parent
18f07143ea
commit
4f7281d4cf
|
@ -83,7 +83,7 @@
|
|||
|
||||
<v-icon
|
||||
v-if="GET_ROOM"
|
||||
class="clickable"
|
||||
class="clickable order-last"
|
||||
@click="TOGGLE_RIGHT_SIDEBAR_OPEN"
|
||||
>
|
||||
{{
|
||||
|
|
Loading…
Reference in New Issue