mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
removed language flags; anw phrasen added; added names to apps for easier devtools debugging;
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user