feat:#24 skeleton dataTable

This commit is contained in:
masterelmar
2024-01-17 17:00:59 +01:00
parent 43670e5791
commit b61097dc20
2 changed files with 52 additions and 30 deletions

View File

@@ -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");