/* eslint-disable no-param-reassign */ /* global Vue */ ((global) => { global.cycleAnalytics = global.cycleAnalytics || {}; global.cycleAnalytics.TotalTimeComponent = Vue.extend({ props: { time: Object, }, template: ` `, }); })(window.gl || (window.gl = {}));