mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-17 20:32:26 +01:00
feat:#24 skeleton dataTable
This commit is contained in:
@@ -32,6 +32,7 @@ import DynamicDialog from "primevue/dynamicdialog";
|
||||
import DialogService from "primevue/dialogservice";
|
||||
import ProgressSpinner from "primevue/progressspinner";
|
||||
import Checkbox from "primevue/checkbox";
|
||||
import Skeleton from "primevue/skeleton";
|
||||
import i18n from "./i18n";
|
||||
|
||||
const app = createApp(App);
|
||||
@@ -68,5 +69,6 @@ app.component("Column", Column);
|
||||
app.component("DynamicDialog", DynamicDialog);
|
||||
app.component("ProgressSpinner", ProgressSpinner);
|
||||
app.component("Checkbox", Checkbox);
|
||||
app.component("Skeleton", Skeleton);
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user