refactor: update shared components
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user