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