Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/vue/src/Alert/Alert.adapter.ts')
-rw-r--r--plugins/CoreHome/vue/src/Alert/Alert.adapter.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/vue/src/Alert/Alert.adapter.ts b/plugins/CoreHome/vue/src/Alert/Alert.adapter.ts
index c1f32e8461..5cecb97a81 100644
--- a/plugins/CoreHome/vue/src/Alert/Alert.adapter.ts
+++ b/plugins/CoreHome/vue/src/Alert/Alert.adapter.ts
@@ -40,6 +40,7 @@ export default function alertAdapter(): ng.IDirective {
};
},
});
+ app.config.globalProperties.$sanitize = window.vueSanitize;
app.component('alert', Alert);
const vm = app.mount(element[0]);