data dari api
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