mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00: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>
|