Commit ae4eacad authored by Regis's avatar Regis

fix styling by removing main div

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