removed language flags; anw phrasen added; added names to apps for easier devtools debugging;

This commit is contained in:
Johann Hoffmann
2024-10-25 16:34:57 +02:00
parent e387671e09
commit 6fc5714fdf
25 changed files with 2323 additions and 23 deletions
+2 -1
View File
@@ -102,6 +102,7 @@ import {CoreRESTClient} from '../RESTClient.js';
const helperAppContainer = document.createElement('div');
const helperApp = Vue.createApp({
name: "FhcAlertApp",
components: {
PvToast,
PvConfirm
@@ -396,4 +397,4 @@ export default {
app.config.globalProperties.$fhcAlert = $fhcAlert;
app.provide('$fhcAlert', app.config.globalProperties.$fhcAlert);
}
}
}