penambahan tabel pencarian, form tambah, form ubah

This commit is contained in:
2024-11-08 13:36:24 +07:00
parent 23db6f226e
commit b475874694
16 changed files with 1870 additions and 633 deletions

View File

@@ -1,5 +1,6 @@
import { createVuetify, type ThemeDefinition } from "vuetify";
import { md2 } from 'vuetify/blueprints';
import { VDateInput } from 'vuetify/labs/VDateInput'
// import { VDataTable } from 'vuetify/labs/VDataTable'
const myTheme: ThemeDefinition = {//untuk mengatur tema terang atau gelap
@@ -32,7 +33,10 @@ export default defineNuxtPlugin(app => {
custom
},
aliases,
}
},
components: {
VDateInput,
},
});
app.vueApp.use(vuetify);