add switch component
This commit is contained in:
@@ -65,7 +65,7 @@ const items = [
|
||||
{ id: 4, icon: iconMenu, msg: "btn4" },
|
||||
]
|
||||
|
||||
const themeSidebar = ref("")
|
||||
const themeSidebar = ref("card-dash sidebar-base sidebar-open")
|
||||
|
||||
function closeSidebar() {
|
||||
isClose.value = true;
|
||||
@@ -104,6 +104,4 @@ function toggleSidebar() {
|
||||
.sidebar-close {
|
||||
@apply w-31
|
||||
}
|
||||
|
||||
@custom-variant
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user