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:
authordizzy <diosmosis@users.noreply.github.com>2022-04-04 05:43:41 +0300
committerGitHub <noreply@github.com>2022-04-04 05:43:41 +0300
commitb507907a6e306c8e890c2926028e6bf01a3fd7b3 (patch)
tree0480f700de2c752fa71c7a9a6a04f2d934cc790e /plugins/CoreHome/vue/src
parent745f45fc4bf32f3803f42510147a05fda6c1d3f9 (diff)
[Vue] migrate transitions plugin to Vue (#19005)
* migrate transition exporter to Vue * migrate transition switcher to Vue * get ui tests to pass locally + test manually * compile vue entry components for dashboard widgets * fix export in dashboard * fix warning caused by empty translation key
Diffstat (limited to 'plugins/CoreHome/vue/src')
-rw-r--r--plugins/CoreHome/vue/src/WidgetLoader/WidgetLoader.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/vue/src/WidgetLoader/WidgetLoader.vue b/plugins/CoreHome/vue/src/WidgetLoader/WidgetLoader.vue
index 70e2743ab8..9e4ac6b239 100644
--- a/plugins/CoreHome/vue/src/WidgetLoader/WidgetLoader.vue
+++ b/plugins/CoreHome/vue/src/WidgetLoader/WidgetLoader.vue
@@ -219,8 +219,8 @@ export default defineComponent({
const scope = $rootScope.$new();
this.currentScope = scope;
- Matomo.helper.compileVueEntryComponents($content);
Matomo.helper.compileAngularComponents($content, { scope });
+ Matomo.helper.compileVueEntryComponents($content);
NotificationsStore.parseNotificationDivs();