Commit d35031d1 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'fix-vue-order-in-components-analytics' into 'master'

Fix component option order in analytics

See merge request gitlab-org/gitlab!51357
parents 0b34288f 2701514a
......@@ -14,12 +14,12 @@ export default () => {
return new Vue({
el: container,
provide: {
formattedData,
},
components: {
ActivityChart,
},
provide: {
formattedData,
},
render(createElement) {
return createElement('activity-chart');
},
......
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