/* global Vue, gl */ /* eslint-disable no-param-reassign */ ((gl) => { gl.VuePipelineUrl = Vue.extend({ props: [ 'pipeline', ], computed: { user() { return !!this.pipeline.user; }, }, template: ` #{{pipeline.id}} by API latest yaml invalid stuck `, }); })(window.gl || (window.gl = {}));