mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-18 08:19:54 +01:00
9 lines
183 B
Vue
9 lines
183 B
Vue
<template>
|
|
<button class="lt" aria-label="Toggle channel list" @click="$store.commit('toggleSidebar')" />
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "SidebarToggle",
|
|
};
|
|
</script>
|