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