Commit 19206ae4 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Update slot syntax for Vue 3 migration

parent 9ad2a45d
...@@ -25,13 +25,13 @@ export default { ...@@ -25,13 +25,13 @@ export default {
<div class="ide-nav-form p-0"> <div class="ide-nav-form p-0">
<tabs v-if="showMergeRequests" stop-propagation> <tabs v-if="showMergeRequests" stop-propagation>
<tab active> <tab active>
<template slot="title"> <template #title>
{{ __('Branches') }} {{ __('Branches') }}
</template> </template>
<branches-search-list /> <branches-search-list />
</tab> </tab>
<tab> <tab>
<template slot="title"> <template #title>
{{ __('Merge Requests') }} {{ __('Merge Requests') }}
</template> </template>
<merge-request-search-list /> <merge-request-search-list />
......
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