Commit 515ce92f authored by Enrique Alcántara's avatar Enrique Alcántara

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

Fix component option order in blob

See merge request gitlab-org/gitlab!51359
parents 812ecef2 5794b50e
......@@ -16,6 +16,7 @@ export default {
directives: {
GlTooltip: GlTooltipDirective,
},
inject: ['blobHash'],
props: {
rawPath: {
type: String,
......@@ -32,7 +33,6 @@ export default {
default: false,
},
},
inject: ['blobHash'],
computed: {
downloadUrl() {
return `${this.rawPath}?inline=false`;
......
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