bogfix: missing primevue config in dashboard admin app

This commit is contained in:
chfhtw
2026-04-27 09:44:11 +02:00
parent 746f8bc736
commit 9109ead81c
+6
View File
@@ -18,6 +18,12 @@ const app = Vue.createApp({
};
}
});
app.use(primevue.config.default, {
zIndex: {
overlay: 9000,
tooltip: 8000
}
})
app.use(PluginsPhrasen);
app.directive('tooltip', primevue.tooltip);
app.mount('#main');