create form and modal components, update datatable persistant filtering
This commit is contained in:
parent
b70e08026d
commit
8d9bb81fe2
23 changed files with 3502 additions and 74 deletions
|
|
@ -4,6 +4,7 @@ import App from "./App.vue";
|
|||
import router from "./router";
|
||||
import PrimeVue from "primevue/config";
|
||||
import { globalSettings } from "./globalSettings";
|
||||
import { createPinia } from "pinia";
|
||||
|
||||
// Vuetify
|
||||
import "vuetify/styles";
|
||||
|
|
@ -24,8 +25,11 @@ const vuetify = createVuetify({
|
|||
},
|
||||
});
|
||||
|
||||
const pinia = createPinia();
|
||||
|
||||
createApp(App)
|
||||
.use(router)
|
||||
.use(pinia)
|
||||
.use(vuetify)
|
||||
.use(PrimeVue, {
|
||||
theme: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue