penambahan tabel pencarian, form tambah, form ubah
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user