refactor: update shared components

This commit is contained in:
Łukasz Holeczek
2021-08-29 16:11:22 +02:00
parent cac84bdcdd
commit 6f88a26121
5 changed files with 109 additions and 33 deletions
+13 -1
View File
@@ -1,5 +1,17 @@
<template>
<CSidebar position="fixed" selfHiding="md" :unfoldable="sidebarUnfoldable" :visible="sidebarVisible">
<CSidebar
position="fixed"
selfHiding="md"
:unfoldable="sidebarUnfoldable"
:visible="sidebarVisible"
@visible-change="
(event) =>
$store.commit({
type: 'updateSidebarVisible',
value: event,
})
"
>
<CSidebarBrand>
<CIcon
customClassName="sidebar-brand-full"