Updates
This commit is contained in:
parent
f33810a43d
commit
e6f461faae
2 changed files with 0 additions and 6 deletions
|
|
@ -74,8 +74,6 @@ export default {
|
|||
|
||||
pushToDataLayerIfDefined(eventToBePushed);
|
||||
|
||||
console.log("GA REPLY -" + eventToBePushed);
|
||||
|
||||
if (pushToLogApp) {
|
||||
this.logCustomEvent(category, action, labelToLog, undefined);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,10 +36,6 @@ export default {
|
|||
|
||||
return store[type](payload);
|
||||
},
|
||||
savePageDataToStore(page, data) {
|
||||
// TODO: Fix this!
|
||||
//this.useMainStore.commit(storeMutations.UPDATE_PAGE_DATA, { page: page, data: data });
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
// store will be accessible globally as its id + 'Store'
|
||||
|
|
|
|||
Loading…
Reference in a new issue