Commit 9b7a8fa9 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Kushal Pandya

Update deprecated slot syntax in `./app/assets/javascripts/releases/components/evidence_block.vue`

parent eb1606de
......@@ -76,10 +76,10 @@ export default {
</gl-link>
<expand-button>
<template slot="short">
<template #short>
<span class="js-short monospace">{{ shortSha(index) }}</span>
</template>
<template slot="expanded">
<template #expanded>
<span class="js-expanded monospace gl-pl-1-deprecated-no-really-do-not-use-me">{{
sha(index)
}}</span>
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/releases/components/evidence_block.vue
merge_request: 32019
author: Gilang Gumilar
type: other
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