Fix gtm params not being pushed
This commit is contained in:
+1
-1
@@ -142,7 +142,6 @@
|
||||
this.dateEnd = dayjs(json.dateEnd).format('DD.MM.YYYY');
|
||||
this.servicesIncluded = json.servicesIncluded;
|
||||
this.loading = false;
|
||||
this.trackConversion();
|
||||
EventBus.$emit('tableLoaded');
|
||||
});
|
||||
},
|
||||
@@ -206,6 +205,7 @@
|
||||
},
|
||||
mounted () {
|
||||
Vue.nextTick(() => {
|
||||
this.trackConversion();
|
||||
if (this.hotelFirst) {
|
||||
this.showHtml('hotel', false);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user