Skip to content

Commit 6c02867

Browse files
author
Cihad Tekin
committed
[core] Revert custom overlay components since its not required in AI anymore
1 parent 3c61c22 commit 6c02867

File tree

1 file changed

+0
-6
lines changed
  • frontend/express/public/javascripts/countly/vue

1 file changed

+0
-6
lines changed

frontend/express/public/javascripts/countly/vue/core.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -894,11 +894,6 @@
894894
self.vm = new Vue({
895895
el: el,
896896
store: _vuex.getGlobalStore(),
897-
mixins: [
898-
countlyVue.container.dataMixin({
899-
"customOverlayComponents": "/overlay/custom",
900-
})
901-
],
902897
components: {
903898
DummyCompAPI: DummyCompAPI,
904899
MainView: self.component,
@@ -910,7 +905,6 @@
910905
<GenericPopups></GenericPopups>\
911906
<DummyCompAPI></DummyCompAPI>\
912907
<QuickstartPopover></QuickstartPopover>\
913-
<component v-if="customOverlayComponents" v-for="customComponent in customOverlayComponents" :key="customComponent.name" :is="customComponent.component" />\
914908
</div>',
915909
beforeCreate: function() {
916910
this.$route.params = self.params;

0 commit comments

Comments
 (0)