Commit ae05ca54 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'Vue3-migration-slot-syntax-update' into 'master'

Update slot syntax for Vue 3 migration

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