hapus halaman

This commit is contained in:
2025-06-02 12:39:21 +07:00
parent b397e09634
commit e6a883efe7
8 changed files with 1000 additions and 156 deletions
@@ -30,7 +30,7 @@ const sidebarItem: menu[] = [
children:[
{
title: "index",
to: "/master/index",
to: "/master/",
external: false,
},
{
-30
View File
@@ -1,30 +0,0 @@
<template>
<!-- <v-card elevation="10" >
<v-card-item> -->
<div class="d-md-flex justify-space-between mb-mb-0 mb-3">
<!-- <v-card-title class="text-h5">Revenue Forecast</v-card-title> -->
</div>
<div class="mt-4 pt-2">
<Vueform v-model="data" validate-on="change|step" method="post" :endpoint="onSubmit">
<FormLibMasterName />
<FormLibMasterEmail />
<FormLibMasterPassword />
<FormLibMasterRole />
<ButtonElement
name="primaryButton"
button-label="Button"
:submits="true"
align="center"
size="lg"
/>
</Vueform>
</div>
<!-- </v-card-item>
</v-card> -->
</template>
<script setup lang="ts">
const data = ref('')
const onSubmit = () => {
console.log(data)
}
</script>