We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2829ea0 + 68671e3 commit c95a6abCopy full SHA for c95a6ab
frontend/express/public/javascripts/countly/vue/core.js
@@ -894,11 +894,6 @@
894
self.vm = new Vue({
895
el: el,
896
store: _vuex.getGlobalStore(),
897
- mixins: [
898
- countlyVue.container.dataMixin({
899
- "customOverlayComponents": "/overlay/custom",
900
- })
901
- ],
902
components: {
903
DummyCompAPI: DummyCompAPI,
904
MainView: self.component,
@@ -910,7 +905,6 @@
910
905
<GenericPopups></GenericPopups>\
911
906
<DummyCompAPI></DummyCompAPI>\
912
907
<QuickstartPopover></QuickstartPopover>\
913
- <component v-if="customOverlayComponents" v-for="customComponent in customOverlayComponents" :key="customComponent.name" :is="customComponent.component" />\
914
908
</div>',
915
909
beforeCreate: function() {
916
this.$route.params = self.params;
0 commit comments