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/javascripts/popover.js')
-rw-r--r--plugins/CoreHome/javascripts/popover.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/CoreHome/javascripts/popover.js b/plugins/CoreHome/javascripts/popover.js
index 5d063be147..d283853962 100644
--- a/plugins/CoreHome/javascripts/popover.js
+++ b/plugins/CoreHome/javascripts/popover.js
@@ -205,9 +205,10 @@ var Piwik_Popover = (function () {
}
container.html(html);
-
+
container.children().each(function (i, childNode) {
piwikHelper.compileAngularComponents(childNode);
+ piwikHelper.compileVueEntryComponents(childNode);
});
centerPopover();