new components

This commit is contained in:
bagus-arie05
2025-08-25 14:40:28 +07:00
parent b1c1ff86f0
commit 1f5b25a873
5 changed files with 569 additions and 1106 deletions

View File

@@ -152,7 +152,7 @@ const currentActiveMenu = computed(() => {
<style scoped>
.v-list-item--active {
background-color: var(--v-theme-primary);
color: #fff !important;
background-color: #ffffff;
color: #000000 !important;
}
</style>