Commit 197d622e authored by Bryce Johnson's avatar Bryce Johnson

Components after props.

parent 76af1866
......@@ -4,11 +4,6 @@
import loadingIcon from '../../../vue_shared/components/loading_icon.vue';
export default {
components: {
linkedPipelinesColumn,
stageColumnComponent,
loadingIcon,
},
props: {
isLoading: {
type: Boolean,
......@@ -27,6 +22,11 @@
required: true,
},
},
components: {
linkedPipelinesColumn,
stageColumnComponent,
loadingIcon,
},
computed: {
graph() {
return this.pipeline.details && this.pipeline.details.stages;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment