mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
added information button to additional Modules
This commit is contained in:
@@ -25,6 +25,7 @@ import DataTable from "primevue/datatable";
|
||||
import Column from "primevue/column";
|
||||
import DynamicDialog from 'primevue/dynamicdialog';
|
||||
import DialogService from 'primevue/dialogservice';
|
||||
import ProgressSpinner from 'primevue/progressspinner';
|
||||
|
||||
const app = createApp(App);
|
||||
const pinia = createPinia();
|
||||
@@ -50,4 +51,5 @@ app.component("AccordionTab", AccordionTab);
|
||||
app.component("DataTable", DataTable);
|
||||
app.component("Column", Column);
|
||||
app.component("DynamicDialog", DynamicDialog);
|
||||
app.component("ProgressSpinner", ProgressSpinner);
|
||||
app.mount("#app");
|
||||
|
Reference in New Issue
Block a user