/* global Vue, gl */ /* eslint-disable no-param-reassign */ ((gl) => { gl.VuePipelineUrl = Vue.extend({ components: { 'vue-running-icon': gl.VueRunningIcon, }, props: [ 'pipeline', 'pipelineurl', ], template: ` #{{pipeline.id}} by {{pipeline.user}} `, }); })(window.gl || (window.gl = {}));