Demos added

This commit is contained in:
Bahadır Sofuoğlu
2022-11-03 16:52:39 +03:00
parent 94092fdb61
commit 1ee46af467
19 changed files with 3014 additions and 0 deletions

View File

@@ -106,6 +106,9 @@ const app = createApp(App);
app.use(router);
app.use(PrimeVue, { ripple: true });
app.use(ToastService);
app.use(DialogService);
app.use(ConfirmationService);
app.directive('tooltip', Tooltip);
app.directive('badge', BadgeDirective);