Commit ae4eacad authored by Regis's avatar Regis

fix styling by removing main div

parent c2d6969c
......@@ -22,9 +22,8 @@
components: {
'vue-pipelines': gl.VuePipeLines,
},
template: ''
+ '<div>'
+ "<vue-pipelines :scope='scope' :store='store'></vue-pipelines>"
+ '</div>',
template: `
<vue-pipelines :scope='scope' :store='store'></vue-pipelines>
`,
});
})();
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