Commit ea09aff8 authored by Phil Hughes's avatar Phil Hughes

Fixed an issue with Vue & jQuery not playing nice...

parent d4a6411b
...@@ -11,5 +11,9 @@ $(() => { ...@@ -11,5 +11,9 @@ $(() => {
gl.MergeRequestWidgetApp = new Vue({ gl.MergeRequestWidgetApp = new Vue({
el: rootEl, el: rootEl,
data: widgetSharedStore.data, data: widgetSharedStore.data,
mounted() {
// re-init the MiniPipelineGraph because of Vue is messing with the element
merge_request_widget.initMiniPipelineGraph();
},
}); });
}); });
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