/*= require vue */ /* global Vue */ (() => { window.gl = window.gl || {}; window.gl.environmentsList = window.gl.environmentsList || {}; window.gl.environmentsList.StopComponent = Vue.component('stop-component', { props: { stopUrl: { type: String, default: '', }, }, template: ` `, }); })();