Merge branch 'cobaTampilan' of https://git.rssa.top/dwi.firman/cobaKeuangan into keycloak

# Conflicts:
#	components/Master/CardList.vue
#	pages/Setting/typeUser/index.vue
This commit is contained in:
2025-06-04 09:26:54 +07:00
13 changed files with 384 additions and 48 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import { ref, watch, defineProps } from 'vue';
const props = defineProps({
stateValue: { type: Boolean, required: true }
stateValue: { type: Boolean, required: true },
});
const isActive = ref(props.stateValue);