mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
Adaptions FHC-Alert
- restructure plugins Api, FhcAlert ans Phrasen to use Phrasen in Fhc-Alert – fix behaviour alert warning: show always clossing cross, and symbol - fix behaviour alert error: add scrolling to Text MessageError - phrases alerts
This commit is contained in:
@@ -6,7 +6,9 @@ export default {
|
||||
if (app.config.globalProperties.$api) {
|
||||
return;
|
||||
}
|
||||
app.use(FhcAlert);
|
||||
|
||||
if (!app.config.globalProperties.$fhcAlert)
|
||||
app.use(FhcAlert);
|
||||
|
||||
function _get_config(form, uri, data, config) {
|
||||
if (typeof form == 'string' && config === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user