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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user