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/index.ts')
-rw-r--r--plugins/CoreHome/vue/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/vue/src/index.ts b/plugins/CoreHome/vue/src/index.ts
index 27fad8fc99..c1098ec98c 100644
--- a/plugins/CoreHome/vue/src/index.ts
+++ b/plugins/CoreHome/vue/src/index.ts
@@ -69,6 +69,7 @@ export {
clone,
cloneThenApply,
} from './createAngularJsAdapter';
+export { default as VueEntryContainer } from './VueEntryContainer/VueEntryContainer.vue';
export { default as activityIndicatorAdapter } from './ActivityIndicator/ActivityIndicator.adapter';
export { default as ActivityIndicator } from './ActivityIndicator/ActivityIndicator.vue';
export * from './translate';