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/ExampleVue/vue/dist/ExampleVue.umd.js')
-rw-r--r--plugins/ExampleVue/vue/dist/ExampleVue.umd.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExampleVue/vue/dist/ExampleVue.umd.js b/plugins/ExampleVue/vue/dist/ExampleVue.umd.js
index c39b8ce017..f06c3c4721 100644
--- a/plugins/ExampleVue/vue/dist/ExampleVue.umd.js
+++ b/plugins/ExampleVue/vue/dist/ExampleVue.umd.js
@@ -263,6 +263,7 @@ function exampleVueComponentAdapter() {
template: '',
link: function exampleVueComponentAdapterLink(scope, element) {
const vueApp = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createApp"])(AsyncExampleComponent);
+ vueApp.config.globalProperties.$sanitize = window.vueSanitize;
vueApp.mount(element[0]);
}
};