refactor to UI components
This commit is contained in:
@@ -9,7 +9,7 @@ const emit = defineEmits<{
|
||||
</script>
|
||||
<template>
|
||||
<label
|
||||
class="btn-ghost btn-sm btn-circle btn relative inline-grid cursor-pointer select-none place-content-center"
|
||||
class="dui-btn-ghost dui-btn-sm dui-btn-circle dui-btn relative inline-grid cursor-pointer select-none place-content-center"
|
||||
>
|
||||
<input type="checkbox" @click="emit('toggleSideBar')" :checked="!props.sideBarCollapsed" />
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user